Commit e5ddcaeb authored by Tarmigan Casebolt's avatar Tarmigan Casebolt Committed by Robert Griesemer

gotry: add missing $

R=rsc, gri
CC=golang-dev
https://golang.org/cl/4935046
parent f7b9ac76
......@@ -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
......
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