Commit ee177279 authored by Jeff R. Allen's avatar Jeff R. Allen Committed by Brad Fitzpatrick

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/13661Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent c747fce2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment