Whamcloud - gitweb
Allow non-local config to be specified.
authoradilger <adilger>
Sat, 11 Jan 2003 23:00:22 +0000 (23:00 +0000)
committeradilger <adilger>
Sat, 11 Jan 2003 23:00:22 +0000 (23:00 +0000)
lustre/tests/llechocleanup.sh

index 2d63fa9..cd87766 100755 (executable)
@@ -5,7 +5,7 @@ NAME=${NAME:-echo}
 TMP=${TMP:-/tmp}
 
 config=$NAME.xml
-mkconfig=./$NAME.sh
+mkconfig=$NAME.sh
 
 if [ ! -f $config ]; then
    sh $mkconfig $config || exit 1