]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove bashism '==' in scripts/auxiliar/cg-section.sh
authorDavid Kastrup <dak@gnu.org>
Wed, 14 Aug 2013 19:48:01 +0000 (21:48 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 14 Aug 2013 19:48:01 +0000 (21:48 +0200)
scripts/auxiliar/cg-section.sh

index 77d0bdee96ae9e662c8ad6f3693bffd357defba9..aaee5812689cd4f9abdc614867db1f122b541789 100755 (executable)
@@ -31,7 +31,7 @@ EOF
     exit "$1"
 }
 
-if [ "$1" == '-h' ] || [ "$1" == '--help' ]; then
+if [ "$1" = '-h' ] || [ "$1" = '--help' ]; then
     usage 0
 fi