Commit 3ce2983a authored by Jason Chu's avatar Jason Chu
Browse files

Pass $RUN to chroot so that all the params are expanded properly

parent b528eba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ if [ "$RUN" != "" ]; then
    chroot_mount

    echo "starting chroot ($RUN)"
    chroot "${working_dir}" "${RUN}"
    chroot "${working_dir}" ${RUN}

# }}}
else