diff options
| author | ruki <[email protected]> | 2015-06-18 13:41:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-18 13:41:23 +0800 |
| commit | a2037440e4b4211fc67e602d62ab2d598bfe9fca (patch) | |
| tree | 2154cd518a51023f90652108a0275b016aca1a03 /install | |
| parent | b29768c25b1eb62b397de5d287e39ed6991c2fd7 (diff) | |
add cfuncs for target and fix parse argv bug
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
