Whamcloud - gitweb
Add a PATH to lfind, lstripe scripts in case lfs isn't in current PATH.
authoradilger <adilger>
Tue, 21 Oct 2003 10:01:55 +0000 (10:01 +0000)
committeradilger <adilger>
Tue, 21 Oct 2003 10:01:55 +0000 (10:01 +0000)
b=1944

lustre/utils/lfind
lustre/utils/lstripe

index 77a4764..ae62017 100755 (executable)
@@ -1,2 +1,3 @@
 #!/bin/bash
-lfs find $@
+PATH=`dirname $0`:$PATH
+lfs find "$@"
index a4e2f28..51ebd79 100755 (executable)
@@ -1,2 +1,3 @@
 #!/bin/bash
-lfs setstripe $@
+PATH=`dirname $0`:$PATH
+lfs setstripe "$@"