From e54e3d34fb06080e33b97b22d3876da1333a3538 Mon Sep 17 00:00:00 2001 From: Uriel Date: Sun, 21 Dec 2008 00:08:49 +0100 Subject: [PATCH] Explicitly call awk when running template.awk so we can use p9p's awk if available and improve portability to native Plan 9. --- bin/cgilib.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cgilib.rc b/bin/cgilib.rc index add3b7d..09bb3d7 100644 --- 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 {