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:
db8357c
)
b=12499
author
nathan
<nathan>
Fri, 27 Jul 2007 16:48:52 +0000
(16:48 +0000)
committer
nathan
<nathan>
Fri, 27 Jul 2007 16:48:52 +0000
(16:48 +0000)
escaped quotes was wrong
lustre/tests/test-framework.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/test-framework.sh
b/lustre/tests/test-framework.sh
index
a2257b7
..
701be5d
100644
(file)
--- a/
lustre/tests/test-framework.sh
+++ b/
lustre/tests/test-framework.sh
@@
-810,7
+810,7
@@
debugsave() {
}
debugrestore() {
- [ -n "$DEBUGSAVE" ] && sysctl -w lnet.debug=
\"$DEBUGSAVE\
"
+ [ -n "$DEBUGSAVE" ] && sysctl -w lnet.debug=
"${DEBUGSAVE}
"
DEBUGSAVE=""
}