Skip to content

Commit

Permalink
eutils.eclass: estack_pop: quote unset argument for bug 571318
Browse files Browse the repository at this point in the history
  • Loading branch information
zmedico committed Jan 20, 2016
1 parent 4423f27 commit 4d0d02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/eutils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ estack_pop() {
if [[ -n ${_estack_retvar} ]] ; then
eval ${_estack_retvar}=\"\${${_estack_name}\[${_estack_i}\]}\"
fi
eval unset ${_estack_name}\[${_estack_i}\]
eval unset \"${_estack_name}\[${_estack_i}\]\"
}

# @FUNCTION: evar_push
Expand Down

0 comments on commit 4d0d02d

Please sign in to comment.