pkg.sh: Beautify logging

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-04-19 17:19:28 +00:00
commit ed551c59b8

View file

@ -504,7 +504,7 @@ upload_file()
local f="$1"
local t="$2"
[ -f $DIST_PCKG_DIR/$f ] || {
"+ $DIST_PCKG_DIR/$f doesn't exit, can't upload"
"+ $DIST_PCKG_DIR/$f doesn't exist, can't upload"
return 1
}
local os_name=`os | sed 's/-.*//'`