Subversion Repositories SvarDOS

Rev

Rev 114 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 114 Rev 119
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
 
2
 
-
 
3
utf8tocp 858 install.it.utf8 > install.it
-
 
4
if [ $? -ne 0 ] ; then
-
 
5
  echo "ERROR! ABORTED!"; exit
-
 
6
fi
-
 
7
 
3
utf8tocp maz install.pl.utf8 > install.pl
8
utf8tocp maz install.pl.utf8 > install.pl
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