diff options
Diffstat (limited to 'tests/help-maintainer.test')
-rwxr-xr-x | tests/help-maintainer.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/help-maintainer.test b/tests/help-maintainer.test index 6933d0c65..a4b2d8521 100755 --- a/tests/help-maintainer.test +++ b/tests/help-maintainer.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2010 Free Software Foundation, Inc. +# Copyright (C) 2010, 2011 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 @@ -19,8 +19,6 @@ . ./defs || Exit 1 -set -e - cat > configure.in <<END AC_INIT([$me], [1.0]) AM_MAINTAINER_MODE |