a7848c7476
GitOrigin-RevId: 34ad3ffe08adfca17fcb4e4a47bb5f3b113687be
12 lines
274 B
Diff
12 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) {
|