summaryrefslogtreecommitdiff
path: root/tnslc/paths.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-12-05 18:17:30 -0500
committerKyle Gunger <kgunger12@gmail.com>2022-12-05 18:17:30 -0500
commit65d1112cffbe3a761c96b63c74ce0d704f64fb2d (patch)
tree2b363b41103a4f6554a368da35d82b947790f11b /tnslc/paths.tnsl
parentcd34a562ce21381600799c390ba7e905e9dcf1e8 (diff)
Include files
Diffstat (limited to 'tnslc/paths.tnsl')
-rw-r--r--tnslc/paths.tnsl4
1 files changed, 3 insertions, 1 deletions
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
;/