[Crosstoolchain-logs] [device-tree-compiler] 225/357: dtc: Fix silly typo in dtc-checkfails.sh

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:06:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit a68cbc09ffa50fa1d0a3fbea531afefcbd20baae
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Fri Dec 7 18:08:20 2007 +1100

    dtc: Fix silly typo in dtc-checkfails.sh
    
    Too much C coding makes for dumb errors in shell.
    
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list