diff options
Diffstat (limited to 'tests/subdirbuiltsources.test')
-rwxr-xr-x | tests/subdirbuiltsources.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/subdirbuiltsources.test b/tests/subdirbuiltsources.test index a84f28e9c..18cacd91d 100755 --- a/tests/subdirbuiltsources.test +++ b/tests/subdirbuiltsources.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2010 Free Software Foundation, Inc. +# Copyright (C) 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 @@ -20,8 +20,6 @@ . ./defs || Exit 1 -set -e - mkdir lib cat >> configure.in << 'END' |