gash/test/10-if-bracket-false.sh

5 lines
40 B
Bash

if [ 0 = 1 ]; then
exit 1
fi
exit 0