Fix unbound variable errors
This commit is contained in:
@@ -173,7 +173,7 @@ step_22() {
|
||||
shift # don't need step number
|
||||
local currentVersion=
|
||||
|
||||
if [ ! -z $1 ] ; then
|
||||
if [ -n "${1:-}" ] ; then
|
||||
latestVersion="$1"
|
||||
else
|
||||
fetchLatestVersion
|
||||
|
Reference in New Issue
Block a user