Skip to content
Snippets Groups Projects
Commit 56f51a50 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

opravena chyba v podmince; uprava vypisovanych hlasek

parent a00a534f
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ err()
# MAIN
#-------------------------------------------------------------------------------
if [ -z "$1"]; then
if [ -z "$1" ]; then
echo "Usage: ${0##*/} <package_version_number>"
echo
echo "Example: ${0##*/} \"2.2\""
......@@ -41,7 +41,7 @@ sig="${tar}.sig"
err="/tmp/${package}-err"
# make directory structure
echo "Building $package_name package version $version ..."
echo "Building $package package..."
echo
echo -n "Building 'base' directory ... "
......@@ -94,7 +94,7 @@ echo "OK"
echo
echo "Building of $package package was SUCCESSFULL"
echo "Building of $package package was SUCCESSFULL!!!"
# cleanup section
rm -rf "$package" "$err"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment