Skip to content

Commit

Permalink
sun change: no -q option for fgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
cstes committed Apr 29, 2020
1 parent 5953e63 commit a004c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkSCCSversion
Expand Up @@ -6,7 +6,7 @@

PWD="`dirname $0`"
VERSION_FILE="platforms/Cross/vm/sqSCCSVersion.h"
if fgrep -q '$Rev$' "$PWD/../$VERSION_FILE" ; then
if fgrep '$Rev$' "$PWD/../$VERSION_FILE" ; then
echo "$VERSION_FILE not up-to-date." 1>&2
echo "You must run $PWD/updateSCCSVersions" 1>&2
exit 0 # i.e. so that we can say if checkSCCSVersion; then exit 1; fi
Expand Down

0 comments on commit a004c1b

Please sign in to comment.