Whamcloud - gitweb
b=12499
authornathan <nathan>
Fri, 27 Jul 2007 16:48:52 +0000 (16:48 +0000)
committernathan <nathan>
Fri, 27 Jul 2007 16:48:52 +0000 (16:48 +0000)
escaped quotes was wrong

lustre/tests/test-framework.sh

index a2257b7..701be5d 100644 (file)
@@ -810,7 +810,7 @@ debugsave() {
 }
 
 debugrestore() {
-    [ -n "$DEBUGSAVE" ] && sysctl -w lnet.debug=\"$DEBUGSAVE\"
+    [ -n "$DEBUGSAVE" ] && sysctl -w lnet.debug="${DEBUGSAVE}"
     DEBUGSAVE=""
 }