]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* maint.mk (writable-files): Fix syntax error.
authorJim Meyering <meyering@redhat.com>
Sat, 19 Apr 2008 14:47:26 +0000 (16:47 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 19 Apr 2008 14:47:26 +0000 (16:47 +0200)
maint.mk

index 6933a3c0fe7ef0591970f985299abea67186cb7f..6083583eefbca17968c61e1240f444d9a1e1d12e 100644 (file)
--- a/maint.mk
+++ b/maint.mk
@@ -523,7 +523,7 @@ writable-files:
            test -w $$file                                              \
              || { echo ERROR: $$file is not writable; fail=1; };       \
          done;                                                         \
-         test "$$fail" && exit 1 || :
+         test "$$fail" && exit 1 || : ;                                \
        fi
 
 v_etc_file = lib/version-etc.c