Skip to content

Commit

Permalink
Can't test for integer if text
Browse files Browse the repository at this point in the history
  • Loading branch information
Tester-Testsson committed Jan 5, 2019
1 parent 384ab56 commit 1cf56ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-img.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if [ "${OFFICIAL}" -ne "yes" ]; then
if [ "${OFFICIAL}" != "yes" ]; then
echo "Not doing a build since OFFICIAL flag is not 'yes'"
exit 0
fi
Expand Down

0 comments on commit 1cf56ec

Please sign in to comment.