From d6c1670620338c518db103cc22bddadda8cbed0e Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Sat, 10 Apr 2010 13:36:59 +0000
Subject: [PATCH] correctly escape the command parameters

[[Imported from SVN: r5970]]
---
 bin/dunecontrol | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/dunecontrol b/bin/dunecontrol
index d6d0b4d4a..9890d46ee 100755
--- a/bin/dunecontrol
+++ b/bin/dunecontrol
@@ -783,7 +783,7 @@ EOF
       fi
     done
     echo "--- going to build $NAMES ---"
-      build_modules "$BUILDMODULES" $@
+      build_modules "$BUILDMODULES" "$@"
     echo "--- done ---"
   ;;
 esac
-- 
GitLab