diff options
Diffstat (limited to 'doc/progs')
-rwxr-xr-x | doc/progs/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/progs/run b/doc/progs/run index 46de91250..71999ece9 100755 --- a/doc/progs/run +++ b/doc/progs/run @@ -3,7 +3,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -. $GOROOT/src/Make.$GOARCH +. "$GOROOT"/src/Make.$GOARCH if [ -z "$O" ]; then echo 'missing $O - maybe no Make.$GOARCH?' 1>&2 |