Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
007a73e
)
Update to HEAD.
author
green
<green>
Mon, 26 Apr 2004 17:06:10 +0000
(17:06 +0000)
committer
green
<green>
Mon, 26 Apr 2004 17:06:10 +0000
(17:06 +0000)
lustre/tests/recovery-small-upcall.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/recovery-small-upcall.sh
b/lustre/tests/recovery-small-upcall.sh
index
02e9f69
..
b1ad60c
100755
(executable)
--- a/
lustre/tests/recovery-small-upcall.sh
+++ b/
lustre/tests/recovery-small-upcall.sh
@@
-1,3
+1,4
@@
#!/bin/sh
LUSTRE=`dirname $0`/..
-$LUSTRE/utils/lctl --device %$3 recover || logger -p kern.info recovery failed: $@
+PATH=$LUSTRE/utils:$PATH
+lctl --device %$3 recover || logger -p kern.info recovery failed: $@