diff options
author | root <root@dev.spline.de> | 2009-12-16 15:57:41 +0100 |
---|---|---|
committer | root <root@dev.spline.de> | 2009-12-16 15:57:41 +0100 |
commit | 1216d32c842f8a4d1fb8721a5fa046a462bbe8ea (patch) | |
tree | ce8f78d57de35fc8f205b29abef2ab687ff143b5 /bin | |
parent | 8fb2a6cc60fc05aba827d7ba141f70c53916d553 (diff) | |
download | dev-scripts-1216d32c842f8a4d1fb8721a5fa046a462bbe8ea.tar.gz dev-scripts-1216d32c842f8a4d1fb8721a5fa046a462bbe8ea.tar.xz dev-scripts-1216d32c842f8a4d1fb8721a5fa046a462bbe8ea.zip |
fix wrapper script
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wrapper b/bin/wrapper index f820390..f726396 100755 --- a/bin/wrapper +++ b/bin/wrapper @@ -1,2 +1,2 @@ #!/bin/bash -exec /var/www/localhost/scripts/bin/$(basename $0) +exec /var/www/localhost/scripts/bin/$(basename $0) "$@" |