Archive made with archiver in environment ASAR if set, arch otherwise
This commit is contained in:
parent
15e9fd8cd5
commit
3b991bd1ce
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ then
|
|||
fi
|
||||
if test $errors = no
|
||||
then
|
||||
arch cr $2 $OFILES
|
||||
${ASAR-arch} cr $2 $OFILES
|
||||
rm $OFILES
|
||||
else
|
||||
echo $2 not made, due to compilation errors
|
||||
|
|
Loading…
Reference in a new issue