Update a message (in verbose mode)

This commit is contained in:
Pierre Pronchery 2015-05-28 20:34:31 +02:00
parent 26c6ebc840
commit c229a64c7f

View File

@ -100,13 +100,15 @@ _deforaos_release()
#run configure again #run configure again
_release_configure _release_configure
_info "Checking for differences..." #check for changes
_info "Checking for changes..."
_release_diff _release_diff
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
_error "The sources were modified" _error "The sources were modified"
return $? return $?
fi fi
#create the archive
_info "Creating the archive..." _info "Creating the archive..."
archive="$PACKAGE-$VERSION.tar.gz" archive="$PACKAGE-$VERSION.tar.gz"
target="distcheck" target="distcheck"