diff options
Diffstat (limited to 'tests/mkinstall.test')
-rwxr-xr-x | tests/mkinstall.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/mkinstall.test b/tests/mkinstall.test index 8b426e840..1f1bac863 100755 --- a/tests/mkinstall.test +++ b/tests/mkinstall.test @@ -1,5 +1,6 @@ #! /bin/sh -# Copyright (C) 1996, 2001, 2002, 2010 Free Software Foundation, Inc. +# Copyright (C) 1996, 2001, 2002, 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 @@ -18,8 +19,6 @@ . ./defs || Exit 1 -set -e - cat > Makefile.am << 'END' pkgdata_DATA = END |