Commit a9b2fe48 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: fix EGET_BACKEND handling

parent f79668a7
...@@ -67,6 +67,8 @@ load_helper() ...@@ -67,6 +67,8 @@ load_helper()
load_helper epm-sh-functions load_helper epm-sh-functions
eget_backend=$EGET_BACKEND
# fast call for tool # fast call for tool
if [ "$1" = "tool" ] ; then if [ "$1" = "tool" ] ; then
shift shift
...@@ -160,7 +162,6 @@ direct_args= ...@@ -160,7 +162,6 @@ direct_args=
ipfs= ipfs=
force_overwrite= force_overwrite=
eget_backend=$EGET_BACKEND
epm_vardir=/var/lib/eepm epm_vardir=/var/lib/eepm
epm_cachedir=/var/cache/eepm epm_cachedir=/var/cache/eepm
eget_ipfs_db=$epm_vardir/eget-ipfs-db.txt eget_ipfs_db=$epm_vardir/eget-ipfs-db.txt
......
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