summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.17
1 files changed, 4 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index 451bccf8..3086fefe 100644
--- a/txr.1
+++ b/txr.1
@@ -68620,7 +68620,7 @@ executable can then be edited so that the data area which follows the
bytes contains the following string:
.verb
- --args|-e|(load `@{txr-path}main.tl`)
+ --args|-e|(load (path-cat (dir-name txr-exe-path) "main.tl"))
.brev
When the
@@ -68718,8 +68718,9 @@ which will load a file called
that is located in the same directory.
.verb
- (save-exe "myapp"
- "--args|-e|(load `@(dir-name txr-path)/main.tl`)")
+ (save-exe
+ "myapp"
+ "--args|-e|(load (path-cat (dir-name txr-exe-path) \e"main.tl\e"))")
.brev
.SH* DEBUGGER