X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=blobdiff_plain;f=setup;h=eb7bdb336952a28bedff45a5866bcdf7445815d5;hp=f3cfb46393dd6c1631b024d5a6b1573ec0d69605;hb=2519a97d1083efca79006ba5bd4ddb9f4af65a5e;hpb=518f774f3049a78e8d589429e07ca19428265edc;ds=sidebyside diff --git a/setup b/setup index f3cfb463..eb7bdb33 100755 --- a/setup +++ b/setup @@ -1,17 +1,36 @@ -#!/bin/sh +#!/bin/bash # -if ! . ./common.config +# 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 - echo "check: failed to source common.config" + echo "check: failed to source common/config" exit 1 fi -[ "$USE_EXTERNAL" != yes ] && USE_EXTERNAL="no" -[ "$USE_LBD_PATCH" = yes ] || USE_LBD_PATCH="no" +[ "$USE_EXTERNAL" = yes ] || USE_EXTERNAL=no +[ "$USE_LBD_PATCH" = yes ] || USE_LBD_PATCH=no +[ "$LARGE_SCRATCH_DEV" = yes ] || LARGE_SCRATCH_DEV=no +[ "$USE_ATTR_SECURE" = yes ] || USE_ATTR_SECURE=no +[ -z "$FSTYP" ] && FSTYP="xfs" cat <