Ticket #254: pulseaudio-03-esdcompat.diff
| File pulseaudio-03-esdcompat.diff, 490 bytes (added by yippi, 4 years ago) |
|---|
-
src/daemon/esdcompat.in
## 07_fix_esdcompat_bashism.dpatch by <ogra@> diff -urNad pulseaudio-0.9.5~/src/daemon/esdcompat.in pulseaudio-0.9.5/src/daemon/esdcompat.in
old new 92 92 ;; 93 93 esac 94 94 95 shift 95 # don't try to shift nonexisting args 96 if [ $1 ]; then 97 shift 98 fi 96 99 done 97 100 98 101 eval "exec '@PA_BINARY@'$ARGS"
