This commit is contained in:
3d-gussner 2020-10-02 18:56:50 +02:00
parent 2dbce5c0cb
commit ffc7a5344a

View File

@ -502,7 +502,7 @@ if [ ! -z "$3" ] ; then
DEV_STATUS_SELECTED=$3 DEV_STATUS_SELECTED=$3
else else
echo "$(tput setaf 1)Development argument is wrong!$(tput sgr0)" echo "$(tput setaf 1)Development argument is wrong!$(tput sgr0)"
echo "Only $(tput setaf 2)'GOLD', 'RC', 'BETA', 'ALPHA', 'DEVEL', 'DEBUG' or 'UNKOWN' $(tput sgr0) are allowed as 3rd argument!$(tput sgr0)" echo "Only $(tput setaf 2)'GOLD', 'RC', 'BETA', 'ALPHA', 'DEVEL', 'DEBUG' or 'UNKNOWN' $(tput sgr0) are allowed as 3rd argument!$(tput sgr0)"
exit 23 exit 23
fi fi
fi fi