diff options
Diffstat (limited to 'mkarchroot')
-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 |