]> gitweb @ CieloNegro.org - autobuild.git/blobdiff - lib/run.bash
distcheck should set DISTCHECK_CONFIGURE_FLAGS properly.
[autobuild.git] / lib / run.bash
index b68dc33bf008d6a1b61b35985ae98d800ff4f5b1..2017149da3adac9dfc55f6f4c20cfc776ade9af9 100644 (file)
@@ -14,5 +14,5 @@ function run () {
         echo "$@"
     fi
 
-    $@
+    "$@"
 }