]> Cypherpunks repositories - gostls13.git/commitdiff
codelab/wiki: fix freebsd build
authorRuss Cox <rsc@golang.org>
Wed, 26 Jan 2011 18:02:09 +0000 (13:02 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 26 Jan 2011 18:02:09 +0000 (13:02 -0500)
TBR=adg
CC=golang-dev
https://golang.org/cl/4092042

doc/codelab/wiki/Makefile

index e0549fc8edec03417983e8817eeda11efc181211..4bc2d39848c7946c70e39cb9ea4078d6fe3b5ad1 100644 (file)
@@ -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