diff options
author | Jason Chu <jchu@xentac.net> | 2007-11-04 14:55:02 -0800 |
---|---|---|
committer | Jason Chu <jchu@xentac.net> | 2007-11-04 14:55:02 -0800 |
commit | 3ce2983ad68f7abffccc3ba8ae3eb007f61bdde6 (patch) | |
tree | 7723b803b923b8f84a930d0cb88e533f8c9bf45a | |
parent | b528eba02852fa1182e7b4c7636d969729c0aaf2 (diff) | |
download | devtools32-3ce2983ad68f7abffccc3ba8ae3eb007f61bdde6.tar.xz |
Pass $RUN to chroot so that all the params are expanded properly
-rwxr-xr-x | mkarchroot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ if [ "$RUN" != "" ]; then chroot_mount echo "starting chroot ($RUN)" - chroot "${working_dir}" "${RUN}" + chroot "${working_dir}" ${RUN} # }}} else |