04-08-16 11.58, skrev Dr. Rolf Jansen följande:

> Many thanks for the hint. I will try the following:
> 
> 1. I will make a command line Pascal program which converts CR to LF

You might use the tr utility, like this:

tr "\r" "\n" | diff ... | tr "\n" "\r"

> 2. I will make a shell script which applies the diff
> 3. I write a double-clickable AppleScript application which calls
> both with the correct arguments in the correct order and
> which in its later incarnation might install other stuff.

Nice.

But I still think it vould be easier for our users if we got the permission
from Apple to redistribute our modified UI. I'll try to contact them.

Olle


_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to