Skip to content

Commit

Permalink
Utils: set rlwrap's application name to trans
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Dec 5, 2023
1 parent 714e679 commit c5ba657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Utils.awk
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ function rlwrapMe( i, command) {
}

if (ENVIRON["TRANS_ENTRY"]) {
command = Rlwrap " " ENVIRON["TRANS_ENTRY"] " " \
command = Rlwrap " -C trans " ENVIRON["TRANS_ENTRY"] " " \
parameterize("-no-rlwrap") # never fork rlwrap again!
} else if (fileExists(ENVIRON["TRANS_DIR"] "/" EntryScript)) {
command = Rlwrap " sh " \
command = Rlwrap " -C trans " " sh " \
parameterize(ENVIRON["TRANS_DIR"] "/" EntryScript) \
" - " parameterize("-no-rlwrap") # never fork rlwrap again!
} else {
Expand Down

0 comments on commit c5ba657

Please sign in to comment.