From 65d1112cffbe3a761c96b63c74ce0d704f64fb2d Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 5 Dec 2022 18:17:30 -0500 Subject: Include files --- tnslc/paths.tnsl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tnslc/paths.tnsl') diff --git a/tnslc/paths.tnsl b/tnslc/paths.tnsl index da0e782..c85da11 100644 --- a/tnslc/paths.tnsl +++ b/tnslc/paths.tnsl @@ -23,7 +23,9 @@ /; full_path [{}charp] ;{}charp out = join((self.dirs), '/') - ;out.append('/') + /; if (len (self.dirs) > 0) + ;out.append('/') + ;/ ;add_strings(~out, ~(self.file)) ;return out ;/ -- cgit v1.2.3