From 13371c4859046b9c8ea50b79b885c29adb6b7e4e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 14 May 2000 14:08:16 +0000 Subject: moved *.tpl templates into templates/ subdirectory (This used to be commit 6aa51dc1a569358935190526960ac80b7b53dd91) --- source3/aparser/template.awk | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/aparser/template.awk b/source3/aparser/template.awk index ddaa604b99..2015700835 100644 --- a/source3/aparser/template.awk +++ b/source3/aparser/template.awk @@ -3,6 +3,7 @@ function print_template(f, tplname, v, LOCAL, i, pat, line) { + tplname="templates/"tplname; if (numlines(tplname) <= 0) fatal("no template "tplname); while ((getline line < tplname) > 0) { while ((i = match(line,"@[a-zA-Z_]*@")) != 0) { -- cgit