mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 03:49:42 +00:00
more error checking
This commit is contained in:
parent
bd71745803
commit
509ede2597
@ -20,10 +20,15 @@ check_update () {
|
||||
rm -rf target/*
|
||||
|
||||
unpack_build $platform source "$source_package"
|
||||
if [ "$?" != "0" ]; then
|
||||
echo "FAILED: cannot unpack_build $platform source $source_package"
|
||||
return 1
|
||||
fi
|
||||
unpack_build $platform target "$target_package"
|
||||
|
||||
#mkdir update
|
||||
#cp $update_package update/update.mar
|
||||
if [ "$?" != "0" ]; then
|
||||
echo "FAILED: cannot unpack_build $platform target $target_package"
|
||||
return 1
|
||||
fi
|
||||
|
||||
case $platform in
|
||||
mac|mac-ppc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user