archrelease: be more verbose

This commit is contained in:
Pierre Schmitz 2011-04-09 13:41:14 +02:00
parent 7e3013b2ae
commit 45c8269441
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if [ ! -z "$(svn status -q)" ]; then
abort 'archrelease: You have not committed your changes yet!'
fi
echo -n 'releasing package...'
echo -n "releasing package to ${1}..."
pushd .. >/dev/null
if [ -d "repos/${1}" ]; then
svn rm --force -q "repos/${1}"