Subversion Repositories SvarDOS

Rev

Rev 128 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 128 Rev 132
1
#!/bin/sh
1
#!/bin/sh
2
 
2
 
-
 
3
utf8tocp 858 install.de.utf8 > install.de
-
 
4
if [ $? -ne 0 ] ; then
-
 
5
  echo "ERROR! ABORTED!"; exit
-
 
6
fi
-
 
7
 
3
utf8tocp 858 install.it.utf8 > install.it
8
utf8tocp 858 install.it.utf8 > install.it
4
if [ $? -ne 0 ] ; then
9
if [ $? -ne 0 ] ; then
5
  echo "ERROR! ABORTED!"; exit
10
  echo "ERROR! ABORTED!"; exit
6
fi
11
fi
7
 
12
 
8
utf8tocp maz install.pl.utf8 > install.pl
13
utf8tocp maz install.pl.utf8 > install.pl
9
if [ $? -ne 0 ] ; then
14
if [ $? -ne 0 ] ; then
10
  echo "ERROR! ABORTED!"; exit
15
  echo "ERROR! ABORTED!"; exit
11
fi
16
fi
12
 
17
 
13
utf8tocp 858 install.fr.utf8 > install.fr
18
utf8tocp 858 install.fr.utf8 > install.fr
14
if [ $? -ne 0 ] ; then
19
if [ $? -ne 0 ] ; then
15
  echo "ERROR! ABORTED!"; exit
20
  echo "ERROR! ABORTED!"; exit
16
fi
21
fi
17
 
22
 
18
utf8tocp 852 install.si.utf8 > install.si
23
utf8tocp 852 install.si.utf8 > install.si
19
if [ $? -ne 0 ] ; then
24
if [ $? -ne 0 ] ; then
20
  echo "ERROR! ABORTED!"; exit
25
  echo "ERROR! ABORTED!"; exit
21
fi
26
fi
22
 
27
 
23
utf8tocp 858 install.sv.utf8 > install.sv
28
utf8tocp 858 install.sv.utf8 > install.sv
24
if [ $? -ne 0 ] ; then
29
if [ $? -ne 0 ] ; then
25
  echo "ERROR! ABORTED!"; exit
30
  echo "ERROR! ABORTED!"; exit
26
fi
31
fi
27
 
32
 
28
utf8tocp 857 install.tr.utf8 > install.tr
33
utf8tocp 857 install.tr.utf8 > install.tr
29
if [ $? -ne 0 ] ; then
34
if [ $? -ne 0 ] ; then
30
  echo "ERROR! ABORTED!"; exit
35
  echo "ERROR! ABORTED!"; exit
31
fi
36
fi
32
 
37
 
33
utf8tocp 866 install.ru.utf8 > install.ru
38
utf8tocp 866 install.ru.utf8 > install.ru
34
if [ $? -ne 0 ] ; then
39
if [ $? -ne 0 ] ; then
35
  echo "ERROR! ABORTED!"; exit
40
  echo "ERROR! ABORTED!"; exit
36
fi
41
fi
37
 
42