Subversion Repositories SvarDOS

Rev

Rev 114 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
114 mv_fox 1
#!/bin/sh
2
 
119 mv_fox 3
utf8tocp 858 install.it.utf8 > install.it
4
if [ $? -ne 0 ] ; then
5
  echo "ERROR! ABORTED!"; exit
6
fi
7
 
114 mv_fox 8
utf8tocp maz install.pl.utf8 > install.pl
9
if [ $? -ne 0 ] ; then
10
  echo "ERROR! ABORTED!"; exit
11
fi
12
 
13
utf8tocp 858 install.fr.utf8 > install.fr
14
if [ $? -ne 0 ] ; then
15
  echo "ERROR! ABORTED!"; exit
16
fi
17
 
18
utf8tocp 857 install.tr.utf8 > install.tr
19
if [ $? -ne 0 ] ; then
20
  echo "ERROR! ABORTED!"; exit
21
fi
22
 
23
utf8tocp 866 install.ru.utf8 > install.ru
24
if [ $? -ne 0 ] ; then
25
  echo "ERROR! ABORTED!"; exit
26
fi