X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fsetfile.sh;h=2407a496a19987ac11a28647e028696886c01196;hb=49d2cf19accb059b3b68d1fc2b78e606a578c3e8;hp=da5b990ad29becdc4552a9410a7064a12467e009;hpb=c3dce77780791a963f755e6ba16685c9021c3f44;p=PuTTY.git diff --git a/mac/setfile.sh b/mac/setfile.sh index da5b990a..2407a496 100755 --- a/mac/setfile.sh +++ b/mac/setfile.sh @@ -19,4 +19,7 @@ fi # Now we can assume we're in the main PuTTY source dir. find . -name .svn -prune -o -name '*.[chr]' -exec $SETFILE -t TEXT {} \; -$SETFILE -t TEXT mac/mkputty.mpw + +# CR-ise mkputty.mpw and set the new version to TEXT. +tr '\n' '\r' < mac/mkputty.mpw > mac/mk.mpw +$SETFILE -t TEXT mac/mk.mpw