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:
Matthias Andree 2013-08-14 17:28:32 +00:00
parent 0fe3d4f763
commit d8d9871e4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324742
2 changed files with 1 additions and 1 deletions

View file

@ -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
View file