diff --git a/scripts/pkg.sh b/scripts/pkg.sh index d040891b..13caba88 100644 --- a/scripts/pkg.sh +++ b/scripts/pkg.sh @@ -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/-.*//'`