mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
fix esdcompat for non-gnu systems
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1361 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
161c2c0c45
commit
11b6c451b8
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ fail() {
|
|||
|
||||
ARGS=" --log-target=syslog"
|
||||
|
||||
for N in $(seq $#) ; do
|
||||
while [ "$#" -gt "0" ]; do
|
||||
|
||||
case "$1" in
|
||||
"")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue