Merge branch 'micro' into maint
[platform/upstream/automake.git] / t / extra2.sh
old mode 100755 (executable)
new mode 100644 (file)
index d162442..f3c3f5b
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# 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
+
+: