diff options
Diffstat (limited to 'tests/distcom7.test')
-rwxr-xr-x | tests/distcom7.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/distcom7.test b/tests/distcom7.test index c14d94c3c..129bb5763 100755 --- a/tests/distcom7.test +++ b/tests/distcom7.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2004, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004, 2009, 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_CONFIG_FILES([subdir/Makefile]) AC_PROG_CC |