Stefan Kangas
2023-09-17 16:49:21 +02:00
parent 46c30c6df7
commit 1e270e580d
36 changed files with 85 additions and 84 deletions

View File

@@ -20,7 +20,7 @@
#
# Written by Jim Meyering
# This is a prologue that allows to run a perl script as an executable
# This is a prologue that allows running a perl script as an executable
# on systems that are compliant to a POSIX version before POSIX:2017.
# On such systems, the usual invocation of an executable through execlp()
# or execvp() fails with ENOEXEC if it is a script that does not start

View File

@@ -123,7 +123,7 @@
# 5. Set UPDATE_COPYRIGHT_HOLDER if the copyright holder is other
# than "Free Software Foundation, Inc.".
# This is a prologue that allows to run a perl script as an executable
# This is a prologue that allows running a perl script as an executable
# on systems that are compliant to a POSIX version before POSIX:2017.
# On such systems, the usual invocation of an executable through execlp()
# or execvp() fails with ENOEXEC if it is a script that does not start