Skip to content

Commit

Permalink
fix error handling
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/continuum/trunk@939294 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
brettporter committed Apr 29, 2010
1 parent b1e478b commit 3a956e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions release-script.sh
Expand Up @@ -16,7 +16,6 @@ mkdir /www/people.apache.org/builds/continuum/$version
cd /www/people.apache.org/builds/continuum/$version

mkdir binaries
(
cd binaries
for i in tar.gz tar.gz.asc tar.gz.md5 tar.gz.sha1 zip zip.asc zip.md5 zip.sha1
do
Expand Down Expand Up @@ -62,10 +61,9 @@ do
exit 1
fi
done
)

cd ..
mkdir source
(
cd source
for i in zip zip.asc zip.md5 zip.sha1
do
Expand All @@ -75,6 +73,5 @@ do
exit 1
fi
done
)

echo 'GREAT :-) '

0 comments on commit 3a956e6

Please sign in to comment.