diff options
| author | Mystery Man <unknown@mandriva.org> | 2005-09-01 20:27:41 +0000 |
|---|---|---|
| committer | Mystery Man <unknown@mandriva.org> | 2005-09-01 20:27:41 +0000 |
| commit | f027d873e1c6f4b372b541cc351c71820a9063cd (patch) | |
| tree | 4c1914e76177c18cf0a45829bbdf7eb0a92c2435 /tools/ppc/convert | |
| parent | 5d83bfe6f6b331df65d493a78e9ed2f1b30a2464 (diff) | |
| download | drakx-10_3_0_51mdk.tar drakx-10_3_0_51mdk.tar.gz drakx-10_3_0_51mdk.tar.bz2 drakx-10_3_0_51mdk.tar.xz drakx-10_3_0_51mdk.zip | |
This commit was manufactured by cvs2svn to create tagV10_3_0_51mdk
'V10_3_0_51mdk'.
Diffstat (limited to 'tools/ppc/convert')
| -rwxr-xr-x | tools/ppc/convert | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/ppc/convert b/tools/ppc/convert deleted file mode 100755 index a2622c630..000000000 --- a/tools/ppc/convert +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -mv $1.orig $1.Unix -tr "\n" "\r" < $1.Unix > $1.MacOS -perl -e '@line = <>; $line = join("\r\n", split(/\n/, join("", @line))); print $line; print "\r\n";' < $1.Unix > $1.DOS |
