Internal: cache recreation doesn't need terminal
This remove pointless error when running cache recreate
This commit is contained in:
parent
dd82638982
commit
28768f4878
@ -26,7 +26,7 @@ umask 002
|
||||
# destination
|
||||
DEST="${SRC}"/output
|
||||
|
||||
if [[ $BUILD_ALL != "yes" ]]; then
|
||||
if [[ $BUILD_ALL != "yes" && -z $ROOT_FS_CREATE_ONLY ]]; then
|
||||
# override stty size
|
||||
[[ -n $COLUMNS ]] && stty cols $COLUMNS
|
||||
[[ -n $LINES ]] && stty rows $LINES
|
||||
|
||||
Loading…
Reference in New Issue
Block a user