From de789ad77ed29a150677821a39e6cdffd813e972 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 10 Sep 2022 21:14:21 +0200 Subject: [PATCH] .bam/functions.lua: Imports() should be relative to the current script. --- .bam/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bam/functions.lua b/.bam/functions.lua index 6240a18..38ff1d6 100644 --- a/.bam/functions.lua +++ b/.bam/functions.lua @@ -1,5 +1,5 @@ -Import(".bam/utils.lua") +Import("utils.lua") local _systems = { "Win32",