From: Jeff R. Allen Date: Sun, 16 Aug 2015 12:59:23 +0000 (+0200) Subject: misc/cgo: fix wrong quote character X-Git-Tag: go1.7beta1~1690 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ee177279a00398d7a986fbaa1db527845c6a888b;p=gostls13.git misc/cgo: fix wrong quote character Single quotes to not expand variables inside of them. Change-Id: I4a0622c0aebfc1c3f9d299f93f7a8253893b5858 Reviewed-on: https://go-review.googlesource.com/13661 Reviewed-by: Ian Lance Taylor --- diff --git a/misc/cgo/testcshared/test.bash b/misc/cgo/testcshared/test.bash index 23c97675bb..c5c49a10e1 100755 --- a/misc/cgo/testcshared/test.bash +++ b/misc/cgo/testcshared/test.bash @@ -10,7 +10,7 @@ set -e if [ ! -f src/libgo/libgo.go ]; then cwd=$(pwd) - echo 'misc/cgo/testcshared/test.bash is running in $cwd' 1>&2 + echo "misc/cgo/testcshared/test.bash is running in $cwd" 1>&2 exit 1 fi