mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Fix regression from my earlier commit r324675 which caused a
"make fetch" failure on non-POSIX-compliant SHELL: 1. Replace ${SHELL} by ${SH} so the fetchwrapper.sh gets executed with a POSIX-compliant shell (such as /bin/sh) 2. Just because it's meant that way, add an svn:executable=* property on files/fetchwrapper.sh. PR: ports/181252 Reported by: Mike Harding (private email)
This commit is contained in:
parent
0fe3d4f763
commit
d8d9871e4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324742
@ -51,7 +51,7 @@ post-install:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
FETCH_CMD:= ${SHELL} ${FILESDIR}/fetchwrapper.sh \
|
||||
FETCH_CMD= ${SH} ${FILESDIR}/fetchwrapper.sh \
|
||||
${URL_SUFFIX} ${FETCH_BINARY} ${FETCH_ARGS}
|
||||
|
||||
.if ${ARCH} == "powerpc"
|
||||
|
0
security/polarssl/files/fetchwrapper.sh
Normal file → Executable file
0
security/polarssl/files/fetchwrapper.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user