summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@dev.spline.de>2009-12-16 15:57:41 +0100
committerroot <root@dev.spline.de>2009-12-16 15:57:41 +0100
commit1216d32c842f8a4d1fb8721a5fa046a462bbe8ea (patch)
treece8f78d57de35fc8f205b29abef2ab687ff143b5
parent8fb2a6cc60fc05aba827d7ba141f70c53916d553 (diff)
downloaddev-scripts-1216d32c842f8a4d1fb8721a5fa046a462bbe8ea.tar.gz
dev-scripts-1216d32c842f8a4d1fb8721a5fa046a462bbe8ea.tar.xz
dev-scripts-1216d32c842f8a4d1fb8721a5fa046a462bbe8ea.zip
fix wrapper script
-rwxr-xr-xbin/wrapper2
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) "$@"