index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | mkarchroot | 2 |
@@ -104,7 +104,7 @@ if [ "$RUN" != "" ]; then chroot_mount echo "starting chroot ($RUN)" - chroot "${working_dir}" "${RUN}" + chroot "${working_dir}" ${RUN} # }}} else |