Commit f1b670b8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget(): add missed local EGET

parent 30421f14
...@@ -371,6 +371,7 @@ assure_exists() ...@@ -371,6 +371,7 @@ assure_exists()
# will replaced within disabled_eget in packaged version # will replaced within disabled_eget in packaged version
eget() eget()
{ {
local EGET
# use internal eget only if exists # use internal eget only if exists
if [ -s $SHAREDIR/tools_eget ] ; then if [ -s $SHAREDIR/tools_eget ] ; then
$SHAREDIR/tools_eget "$@" $SHAREDIR/tools_eget "$@"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment