1
0
mirror of https://github.com/golang/go synced 2024-11-22 03:44:39 -07:00

gotry: add missing $

R=rsc, gri
CC=golang-dev
https://golang.org/cl/4935046
This commit is contained in:
Tarmigan Casebolt 2011-08-21 13:17:02 -07:00 committed by Robert Griesemer
parent f7b9ac765b
commit e5ddcaeb7b

View File

@ -112,7 +112,7 @@ functions=$(getFunctions)
# Write file to compile
file="/tmp/$USER.try"
rm -f "file.go"
rm -f "$file.go"
(
cat <<'!'
package main