-
Type: Bug
-
Status: Won't Fix (View Workflow)
-
Priority: Minor
-
Resolution: Won't Fix
-
Component/s: ics_config
-
Labels:None
In #0c24a28, get_version returns 'master' which does not have ':' for version specification from command line option, but get_product is noted as:
echo "${1%%:*}"
which will return null string for command line option without version attached.
Not sure which is an original idea, but allowing product without version (as master) may help developments.