Commit 2ffc8cb1 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play common: remove quotes for multiple values (eterbug #17776)

parent ee7035f6
......@@ -123,7 +123,7 @@ install_pkgurl()
[ -n "$PKGURL" ] || fatal "Can't get package URL"
epm install $repack "$PKGURL" "$@" || exit
epm install $repack $PKGURL "$@" || exit
}
# epm pack --install $PKGNAME "$PKGURL"
......
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