Skip to content

Commit

Permalink
epm play common: remove quotes for multiple values (eterbug #17776)
Browse files Browse the repository at this point in the history
  • Loading branch information
VanoMajukin authored and vitlav committed Oct 16, 2024
1 parent 93622d8 commit 5401995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play.d/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5401995

Please sign in to comment.