commit 9a5efd4b9586132544e5b56003cfb0eab8db0341
parent d82b009b00c88a380c73ad5c67330bae3134b9da
Author: uriel@engel.se.cat-v.org <unknown>
Date: Sun, 21 Dec 2008 00:08:49 +0100
Explicitly call awk when running template.awk so we can use p9p's awk if available and improve portability to native Plan 9.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/cgilib.rc b/bin/cgilib.rc
@@ -136,7 +136,7 @@ fn get_cookie {
##############################################
# More werc-specific functions
-fn template { template.awk $* | rc $rcargs }
+fn template { awk -f bin/template.awk $* | rc $rcargs }
# .rec parsing
fn parse_rec {