From 7dd6ac742880bd0b2eca2c31f2e7dc19598e2d94 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 8 Aug 2025 13:39:12 +0300 Subject: 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. --- lib/repl.tes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/repl.tes') 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 * -- cgit v1.2.3