Subversion Repositories SvarDOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 113 → Rev 114

/install/nls/recompute.sh
0,0 → 1,21
#!/bin/sh
 
utf8tocp maz install.pl.utf8 > install.pl
if [ $? -ne 0 ] ; then
echo "ERROR! ABORTED!"; exit
fi
 
utf8tocp 858 install.fr.utf8 > install.fr
if [ $? -ne 0 ] ; then
echo "ERROR! ABORTED!"; exit
fi
 
utf8tocp 857 install.tr.utf8 > install.tr
if [ $? -ne 0 ] ; then
echo "ERROR! ABORTED!"; exit
fi
 
utf8tocp 866 install.ru.utf8 > install.ru
if [ $? -ne 0 ] ; then
echo "ERROR! ABORTED!"; exit
fi
Property changes:
Added: svn:executable
+*
\ No newline at end of property