Clouseau: Fixed parameter passing.

SVN revision: 74541
This commit is contained in:
Tom Hacohen 2012-07-29 07:51:40 +00:00
parent 5924cf3548
commit 7f76aa623f
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ then
else
# Start clouseau daemon (will start single instance), then run app
clouseaud
LD_PRELOAD="$1/libclouseau.so" \$*
LD_PRELOAD="$1/libclouseau.so" "\$@"
fi
ENDOFMESSAGE
@ -16,7 +16,7 @@ cat <<-ENDOFMESSAGE>clouseau
if [ \$# -gt 0 ]
then
# Start clouseau daemon (will start single instance), then run app
clouseau_start \$* &
clouseau_start "\$@" &
fi
clouseau_client