Fix the save-ch5 target
This commit is contained in:
parent
6447575192
commit
22bb166d9d
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ wrt_save_target() { #
|
||||||
|
|
||||||
local target
|
local target
|
||||||
case $1 in
|
case $1 in
|
||||||
runasroot) target=SUDO ;;
|
SUDO_TGT ) target=SUDO ;;
|
||||||
chapter6 ) target=CHROOT ;;
|
CHROOT_TGT ) target=CHROOT ;;
|
||||||
esac
|
esac
|
||||||
CHROOT_wrt_target save-ch5 "$PREV";
|
CHROOT_wrt_target save-ch5 "$PREV";
|
||||||
wrt_save_work $target
|
wrt_save_work $target
|
||||||
|
|
Reference in a new issue