reduce scope
authorChristian Grothoff <christian@grothoff.org>
Sat, 5 Oct 2019 12:59:18 +0000 (14:59 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sat, 5 Oct 2019 12:59:18 +0000 (14:59 +0200)
contrib/uncrustify_precommit

index bfea103043f652b56bccf865f07f4db9d9c94c53..9384d3572fea39a94c3d13ce0036fb0a6bc11b06 100755 (executable)
@@ -17,7 +17,7 @@ do
     # only change any of the invocations here if
     # they are portable across all cmp and shell
     # implementations !
-    uncrustify - q - c uncrustify.cfg - f $f | cmp - s $f -
+    uncrustify -q -c uncrustify.cfg -f $f | cmp - s $f -
     if test $? = 1 ;
     then
       crustified=" $crustified $f"