Commit 67e2f8b6 authored by J. Dekker's avatar J. Dekker

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: 's avatarJ. Dekker <jdek@itanimul.li>
parent fcfd17db
......@@ -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
......
#! /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>
......
#! /bin/sh
#!/bin/sh
export LC_ALL=C
......
#! /bin/sh
#!/bin/sh
config=$1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment