From a68cbc09ffa50fa1d0a3fbea531afefcbd20baae Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 7 Dec 2007 18:08:20 +1100 Subject: [PATCH] dtc: Fix silly typo in dtc-checkfails.sh Too much C coding makes for dumb errors in shell. Signed-off-by: David Gibson --- tests/dtc-checkfails.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dtc-checkfails.sh b/tests/dtc-checkfails.sh index 16a93e8..23e1ba0 100755 --- a/tests/dtc-checkfails.sh +++ b/tests/dtc-checkfails.sh @@ -23,7 +23,7 @@ fi for c in $CHECKS; do if ! grep -E "^(ERROR)|(Warning) \($c\):" $LOG > /dev/null; then - FAIL "Failed to trigger check \"%c\"" + FAIL "Failed to trigger check \"$c\"" fi done