diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-08 13:39:12 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-08 13:39:12 +0300 |
commit | 7dd6ac742880bd0b2eca2c31f2e7dc19598e2d94 (patch) | |
tree | c945c7c49458b06b6e166200e17b21bc85ce5d33 /lib/repl.tes | |
parent | aadc6af58cd8533b504b0c418a8c06e06b33a340 (diff) | |
download | sciteco-7dd6ac742880bd0b2eca2c31f2e7dc19598e2d94.tar.gz |
don't install the standalone scripts from lib/ as actual scripts: should fix CI and nightlies
* They would get the --program-prefix.
* If they aren't installed as real scripts, there is no point in fixing up their
hash-bang lines.
* The hash-bang line fix won't work on Windows anyway, so they are now disabled for
grosciteco and tedoc as well.
Diffstat (limited to 'lib/repl.tes')
-rwxr-xr-x | lib/repl.tes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/repl.tes b/lib/repl.tes index b830e8b..dbbf3ce 100755 --- a/lib/repl.tes +++ b/lib/repl.tes @@ -5,7 +5,7 @@ * Requires an ANSI-compatible terminal. * * Currently, you must set the terminal characteristics on the outside: - * stty raw opost icrnl && /usr/local/share/sciteco/lib/repl.tes + * stty raw opost icrnl && sciteco -m /usr/local/share/sciteco/lib/repl.tes * * You can launch into interactive mode by typing -u#ex * |