Skip to content

Commit

Permalink
Bugfix: Added missing interpolation.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed May 7, 2014
1 parent f116a0a commit a08c8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/internal/shell/variables/functions
Expand Up @@ -9,7 +9,7 @@ __sm.variables.are.nonempty()

for _variable in "${_variables[@]}"
do
eval "[[ -n \"\${_variable:-}\" ]]" || return 1
eval "[[ -n \"\${${_variable}:-}\" ]]" || return 1
done
return 0
}
Expand Down

0 comments on commit a08c8b6

Please sign in to comment.