the script doesn't have execute permission set.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8532
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Jun 21 11:29:40 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * macfiles.sh: Call macfiles.sh explicitly using /bin/sh, so that
+ it works even if the script doesn't have execute
+ permission set.
+
Tue Apr 30 15:04:29 1996 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.tmpl: Added compile/link lines to build a PowerPC CFM
awk '/^SRCS?[ ]*=/, /[^\\]$/' $DIR/$SDIR/Makefile.in | \
tr ' ' '\012\012' | sed -n -e 's|.*[/)]\([A-Za-z0-9_]*\.c\).*|\1|' -e 's|\(.*\.c\)|'$DIR/$SDIR'/\1|p';
ls -1 $DIR/$SDIR/*.h 2> /dev/null
- mac/macfiles.sh $DIR/$SDIR;
+ /bin/sh mac/macfiles.sh $DIR/$SDIR;
done
done