configure, etc: switch to shebang without space

Note that the config.sh file is left without a shebang, this file is
supposed to be sourced into the current environment.

This commit is purely cosmetic.

Signed-off-by: J. Dekker <jdek@itanimul.li>
This commit is contained in:
J. Dekker 2024-04-09 15:31:13 +02:00
parent fcfd17dbb4
commit 67e2f8b6bf
4 changed files with 4 additions and 4 deletions

2
configure vendored
View File

@ -4737,7 +4737,7 @@ chmod +x $TMPE
# make sure we can execute files in $TMPDIR
cat > $TMPSH 2>> $logfile <<EOF
#! /bin/sh
#!/bin/sh
EOF
chmod +x $TMPSH >> $logfile 2>&1
if ! $TMPSH >> $logfile 2>&1; then

View File

@ -1,4 +1,4 @@
#! /usr/bin/env perl
#!/usr/bin/env perl
# This script will print the dependency of a Texinfo file to stdout.
# texidep.pl <src-path> <input.texi> <output.ext>

View File

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
export LC_ALL=C

View File

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
config=$1