mirror of
https://github.com/golang/go
synced 2024-11-21 21:24:45 -07:00
gotry: add missing $
R=rsc, gri CC=golang-dev https://golang.org/cl/4935046
This commit is contained in:
parent
f7b9ac765b
commit
e5ddcaeb7b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user