From d8d9871e4e7df4435527eab34983ace1203f37ba Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 14 Aug 2013 17:28:32 +0000 Subject: 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) --- security/polarssl/files/fetchwrapper.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 security/polarssl/files/fetchwrapper.sh (limited to 'security/polarssl/files/fetchwrapper.sh') diff --git a/security/polarssl/files/fetchwrapper.sh b/security/polarssl/files/fetchwrapper.sh old mode 100644 new mode 100755 -- cgit v1.2.3