From bba20fc1fa4d2c3059ccaca6d7f61307127dcf6a Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 26 Jan 2011 13:02:09 -0500 Subject: [PATCH] codelab/wiki: fix freebsd build TBR=adg CC=golang-dev https://golang.org/cl/4092042 --- doc/codelab/wiki/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/codelab/wiki/Makefile b/doc/codelab/wiki/Makefile index e0549fc8ede..4bc2d39848c 100644 --- a/doc/codelab/wiki/Makefile +++ b/doc/codelab/wiki/Makefile @@ -14,7 +14,7 @@ index.html: srcextract.bin htmlify.bin awk '/^!/{system(substr($$0,2)); next} {print}' "$$@" < wiki.html > index.html test: final.bin - ./test.sh + bash ./test.sh rm -f final.6 final.bin %.bin: %.$O