Fix typo in $FILE()

pull/1150/head
Daniel Hokka Zakrisson 12 years ago
parent 2d7691500e
commit 62db667760

@ -336,7 +336,7 @@ def varReplaceFilesAndPipes(basedir, raw):
replacement = m.group() replacement = m.group()
if m.group(1) == "FILE": if m.group(1) == "FILE":
path = path_dwim(baesdir, m.group(2)) path = path_dwim(basedir, m.group(2))
try: try:
f = open(path, "r") f = open(path, "r")
replacement = f.read() replacement = f.read()

Loading…
Cancel
Save