summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-06-20 13:02:34 +0000
committerPierre Ossman <ossman@cendio.se>2006-06-20 13:02:34 +0000
commit3ff68bd7a57186c6c6def975be3fc7e826c8bbcd (patch)
treefea3f94f30e07f2993ca8393cf4c153aee59cdcb /src/utils
parent230f97a4a4dc22510a19add8b2df0533a359846c (diff)
Fix the final few occurences of polyp.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1042 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/padsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/padsp b/src/utils/padsp
index d9ebcbc5..bae5a728 100644
--- a/src/utils/padsp
+++ b/src/utils/padsp
@@ -22,8 +22,8 @@
while getopts 'hs:n:m:MSDd' param ; do
case $param in
s)
- POLYP_SERVER="$OPTARG"
- export POLYP_SERVER
+ PULSE_SERVER="$OPTARG"
+ export PULSE_SERVER
;;
n)
PADSP_CLIENT_NAME="$OPTARG"