]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo: fix wrong quote character
authorJeff R. Allen <jra@nella.org>
Sun, 16 Aug 2015 12:59:23 +0000 (14:59 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 26 Feb 2016 19:39:51 +0000 (19:39 +0000)
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 <iant@golang.org>
misc/cgo/testcshared/test.bash

index 23c97675bb3e9e382278cdd0fa26d27042b2bbb5..c5c49a10e1865487e80d4f114b8f86413798d4b7 100755 (executable)
@@ -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