This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkg install libxaw5 || ret=$? | |
if [ $ret -ne 4 ]; then | |
echo "$ret is an error exit code. We only skip exit code 4 which means 'no updates necessary'" | |
exit 1 | |
fi |
No comments:
Post a Comment