Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 118 → Rev 119

/install/nls/recompute.sh
1,5 → 1,10
#!/bin/sh
 
utf8tocp 858 install.it.utf8 > install.it
if [ $? -ne 0 ] ; then
echo "ERROR! ABORTED!"; exit
fi
 
utf8tocp maz install.pl.utf8 > install.pl
if [ $? -ne 0 ] ; then
echo "ERROR! ABORTED!"; exit