Commit 20c36c38 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack: fix realpath for pkg_files

parent 5b65194f
......@@ -129,8 +129,7 @@ epm_pack()
load_helper epm-download
cd $tmpdir || fatal
__handle_pkg_urls_to_install
# drop spaces and get full path
tarname="$(realpath $pkg_files)"
tarname="$(realpath "$pkg_files")"
elif [ -d "$tarname" ] ; then
tarname="$(realpath "$tarname")"
cd $tmpdir || fatal
......
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