mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
pkg.sh: Beautify logging
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
3ad5c48685
commit
ed551c59b8
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ upload_file()
|
||||||
local f="$1"
|
local f="$1"
|
||||||
local t="$2"
|
local t="$2"
|
||||||
[ -f $DIST_PCKG_DIR/$f ] || {
|
[ -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
|
return 1
|
||||||
}
|
}
|
||||||
local os_name=`os | sed 's/-.*//'`
|
local os_name=`os | sed 's/-.*//'`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue