From a2037440e4b4211fc67e602d62ab2d598bfe9fca Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 18 Jun 2015 13:41:23 +0800 Subject: add cfuncs for target and fix parse argv bug --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 7a2344fec..e3094fa41 100755 --- a/install +++ b/install @@ -76,7 +76,7 @@ if [ $? -ne 0 ]; then exit; fi xmake_loader=/tmp/xmake_loader echo "#!/bin/bash" > $xmake_loader echo "export XMAKE_PROGRAM_DIR=$xmake_dir_install" >> $xmake_loader -echo "$xmake_core_install $verbose \$*" >> $xmake_loader +echo "$xmake_core_install $verbose \"\$@\"" >> $xmake_loader if [ $? -ne 0 ]; then exit; fi # install the xmake loader -- cgit v1.3.1