]> gitweb @ CieloNegro.org - autobuild.git/blobdiff - lib/run.bash
The 'source' built-in command tries to search for the given filename in PATH when...
[autobuild.git] / lib / run.bash
index b68dc33bf008d6a1b61b35985ae98d800ff4f5b1..2017149da3adac9dfc55f6f4c20cfc776ade9af9 100644 (file)
@@ -14,5 +14,5 @@ function run () {
         echo "$@"
     fi
 
-    $@
+    "$@"
 }