X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Ffontgen%2Fdata%2Fcorrect.sh;h=af33f926c3309c60dc5707852cee9d7a86640b6f;hb=8dc281af5fb8e214e88da24bc72f78a955514ce8;hp=bc1a53856aca3435a4a787ce6a65679d0930387e;hpb=b17cb324cfcf5b8fb761b052640f46585fa2bd47;p=h316.git diff --git a/pc-tools/fontgen/data/correct.sh b/pc-tools/fontgen/data/correct.sh index bc1a538..af33f92 100755 --- a/pc-tools/fontgen/data/correct.sh +++ b/pc-tools/fontgen/data/correct.sh @@ -1,3 +1,3 @@ #!/bin/sh -sed 's/^\([ 0-9][ 0-9][ 0-9][ 0-9][ 0-9]\)/STARTSTARTSTART\1/g'| tr -d "\n"| sed 's/STARTSTARTSTART/\n/g' | dd bs=1 skip=1 \ No newline at end of file +sed 's/^\([ 0-9][ 0-9][ 0-9][ 0-9][ 0-9]\)/STARTSTARTSTART\1/g'| tr -d "\n\r"| sed 's/STARTSTARTSTART/\n/g' | dd bs=1 skip=1 \ No newline at end of file