From: David Kastrup Date: Wed, 14 Aug 2013 19:48:01 +0000 (+0200) Subject: Remove bashism '==' in scripts/auxiliar/cg-section.sh X-Git-Tag: release/2.17.25-1~13^2~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7758ba18b05420427c30b8ffbc02dc201ab7b1ea;p=lilypond.git Remove bashism '==' in scripts/auxiliar/cg-section.sh --- diff --git a/scripts/auxiliar/cg-section.sh b/scripts/auxiliar/cg-section.sh index 77d0bdee96..aaee581268 100755 --- a/scripts/auxiliar/cg-section.sh +++ b/scripts/auxiliar/cg-section.sh @@ -31,7 +31,7 @@ EOF exit "$1" } -if [ "$1" == '-h' ] || [ "$1" == '--help' ]; then +if [ "$1" = '-h' ] || [ "$1" = '--help' ]; then usage 0 fi