K 10 svn:author V 7 mandree K 8 svn:date V 27 2013-08-14T23:51:28.372951Z K 7 svn:log V 459 Merge r324724 from head to fix "make fetch" regression. "make fetch" would fail if on a non-POSIX-compliant SHELL, for instance, if launched from csh. 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) Approved by: portmgr (erwin) END