K 10 svn:author V 7 mandree K 8 svn:date V 27 2013-08-14T17:28:32.969720Z K 7 svn:log V 390 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) END