51b7f3eac4
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
13 lines
274 B
Diff
13 lines
274 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -101,7 +101,8 @@
|
|
open OUT, ">lesspipe.sh.tmp";
|
|
my $in = 1;
|
|
my $anyin;
|
|
-my $shell = check_shell_vers();
|
|
+my $shell = $opt_shell;
|
|
+print OUT "#!$shell\n";
|
|
# ask if syntax highlighting should be included
|
|
$ifsyntax = '';
|
|
if ($opt_yes) {
|