xfsqa: more sh to bash conversions
[xfstests-dev.git] / setup
diff --git a/setup b/setup
index 62d8175e158d3c33920313a9d6009634db2b9006..62798cc638559a3db38f41d35ffc6f9703a17e01 100755 (executable)
--- a/setup
+++ b/setup
@@ -1,4 +1,19 @@
-#!/bin/sh
+#!/bin/bash
+#
+# Copyright (c) 2003-2004 Silicon Graphics, Inc.  All Rights Reserved.
+#
+# 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 the Free Software Foundation.
+#
+# This program is distributed in the hope that it would be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write the Free Software Foundation,
+# Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #
 if ! . ./common.config
 then
@@ -6,10 +21,10 @@ then
     exit 1
 fi
 
-[ "$USE_EXTERNAL"   = yes ] || USE_EXTERNAL=no
-[ "$USE_LBD_PATCH"  = yes ] || USE_LBD_PATCH=no
-[ "$USE_BIG_LOOPFS" = yes ] || USE_BIG_LOOPFS=no
-[ "$USE_ATTR_SECURE"= yes ] || USE_ATTR_SECURE=no
+[ "$USE_EXTERNAL"    = yes ] || USE_EXTERNAL=no
+[ "$USE_LBD_PATCH"   = yes ] || USE_LBD_PATCH=no
+[ "$USE_BIG_LOOPFS"  = yes ] || USE_BIG_LOOPFS=no
+[ "$USE_ATTR_SECURE" = yes ] || USE_ATTR_SECURE=no
 [ -z "$FSTYP" ] && FSTYP="xfs"
 
 cat <<EOF