summaryrefslogtreecommitdiffstats
path: root/src/utils/padsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/padsp')
-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"