This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src in repository toolchain/semiautobench.
The following commit(s) were added to refs/heads/inserted_src by this push: new e6aad7f Add missing 'test' in if statement e6aad7f is described below
commit e6aad7fd9071fdafae88b96e664784d25120357f Author: Bernard Ogden bernie.ogden@linaro.org Date: Mon Jul 13 12:19:48 2015 +0200
Add missing 'test' in if statement
Change-Id: I867c2a2b68313783ffb2b6ebe39759ca9b5c2b3f --- invoke_session_debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian index fdca6be..0a7899b 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -66,7 +66,7 @@ if ! ssh -i ~/data/onetime -o StrictHostKeyChecking=no localhost [...] fi
echo "*** WAITING FOR SOURCE: ${ip_addr}" -while ! -e /tmp/benchsrc_lock; do inotifywait -e create /tmp; done +while ! test -e /tmp/benchsrc_lock; do inotifywait -e create /tmp; done echo "" mkdir -p /run mkdir -p /run/hacking