* cmp/cmp-detects-difference: Simplify return code negation.
* false/false-returns-failure: Likewise. * tar/tar-demands-at-least-one-ctx: Likewise. * tar/tar-demands-at-most-one-ctx: Likewise.
This commit is contained in:
@@ -1,5 +1 @@
|
||||
if busybox false; then
|
||||
return 1
|
||||
else
|
||||
return 0
|
||||
fi
|
||||
! busybox false
|
||||
|
Reference in New Issue
Block a user