diff options
| author | Mystery Man <unknown@mandriva.org> | 2003-03-15 15:26:37 +0000 |
|---|---|---|
| committer | Mystery Man <unknown@mandriva.org> | 2003-03-15 15:26:37 +0000 |
| commit | 6f745bb1829160c3da8034b00ea4725faf7f4340 (patch) | |
| tree | a6222c0684337a5283590c2b74bb538261086d18 /tools/ppc/convert | |
| parent | bad9352db6617835f12292f262952def1207dcb1 (diff) | |
| download | drakx-9_1_25mdk.tar drakx-9_1_25mdk.tar.gz drakx-9_1_25mdk.tar.bz2 drakx-9_1_25mdk.tar.xz drakx-9_1_25mdk.zip | |
This commit was manufactured by cvs2svn to create tag 'V9_1_25mdk'.V9_1_25mdk
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 |
