Whamcloud - gitweb
ext2obd/ext2_obd.c: added iput() after reading a bad inode,
[fs/lustre-release.git] / lustre / demos / snapdel.sh
index d6fece3..7fc872d 100755 (executable)
@@ -2,7 +2,6 @@
 # Utility script to test deleting a snapshot that has been previously
 # created as the setup.sh script does.
 OBDDIR="`dirname $0`/.."
-[ "$OBDDIR" = "" ] && OBDDIR=".."
 . $OBDDIR/demos/config.sh
 
 [ ! -d $MNTSNAP/lost+found ] && echo "need to run obdsetup.sh first" && exit 1