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:
parent
aeb7d2483a
commit
e54e3d34fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue