Explicitly call awk when running template.awk so we can use p9p's awk if available and improve portability to native Plan 9.

This commit is contained in:
Uriel 2008-12-21 00:08:49 +01:00
parent aeb7d2483a
commit e54e3d34fb

View file

@ -136,7 +136,7 @@ fn get_cookie {
############################################## ##############################################
# More werc-specific functions # More werc-specific functions
fn template { template.awk $* | rc $rcargs } fn template { awk -f bin/template.awk $* | rc $rcargs }
# .rec parsing # .rec parsing
fn parse_rec { fn parse_rec {