Skip to content

Commit

Permalink
Fix versionhelp.sh comment for release mode
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Zinsky <tim.zinsky@hpe.com>
  • Loading branch information
tzinsky committed Sep 18, 2024
1 parent 787a5eb commit 98239d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compflags/bradc/printstuff/versionhelp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo -n `basename $compiler`
cat $CWD/version.goodstart
# During pre-release mode
# diff $CWD/../../../../compiler/main/BUILD_VERSION $CWD/zero.txt > /dev/null 2>&1 && echo "" || \
{ echo -n " pre-release (" && cat $CWD/../../../../compiler/main/BUILD_VERSION | tr -d \"\\n && echo ")" ; }
# { echo -n " pre-release (" && cat $CWD/../../../../compiler/main/BUILD_VERSION | tr -d \"\\n && echo ")" ; }
# During release mode:
echo ""

Expand Down

0 comments on commit 98239d5

Please sign in to comment.