Merge pull request #35192 from itsafire/master
fixing return value Upstream-commit: 64eabb7f695dc948a76b96ea4204f8a755e45985 Component: engine
This commit is contained in:
@@ -47,7 +47,7 @@ pack() {
|
||||
}
|
||||
|
||||
save() {
|
||||
[ $SAVE -eq 1 ] || return
|
||||
[ $SAVE -eq 1 ] || return 0
|
||||
|
||||
tar --numeric-owner -C $ROOTFS -c . | xz > rootfs.tar.xz
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user