From: nathan Date: Fri, 27 Jul 2007 16:48:52 +0000 (+0000) Subject: b=12499 X-Git-Tag: v1_8_0_110~1407 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4153a13faa9a1f4e5524c309dbbbd5d4a0c98669;p=fs%2Flustre-release.git b=12499 escaped quotes was wrong --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index a2257b7..701be5d 100644 --- 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="" }