X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fextra2.sh;h=f3c3f5bdb70db3d57f7b41844394fe979b80ad07;hb=6febcd41b3dcf99a89aaf21329c00fdadcd68771;hp=e3eb5a28908087ebca867a70ded720e03811675e;hpb=18143e7cfe66eaddffa481211ad4e340a11a22f4;p=platform%2Fupstream%2Fautomake.git diff --git a/t/extra2.sh b/t/extra2.sh old mode 100755 new mode 100644 index e3eb5a2..f3c3f5b --- a/t/extra2.sh +++ b/t/extra2.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Check to make sure EXTRA_foo_SOURCES not defined unnecessarily. +# Check to make sure EXTRA_foo_SOURCES are not defined unnecessarily. . test-init.sh @@ -30,4 +30,5 @@ $ACLOCAL $AUTOMAKE grep EXTRA_foo_SOURCES Makefile.in && exit 1 -exit 0 + +: