Drop unnecessary export
This is follow-up of 18b84b1d2c and
removes the unnecessary 'export' added by that change.
Change-Id: Ibdf0a89df4b0dc1ac771132fa12742adabce90b8
This commit is contained in:
1 changed files with 2 additions and 2 deletions
@@ -50,9 +50,9 @@ if ! is_docker_installed; then
;;
"fedora" | "rhel" | "centos")
if type "dnf" 2>/dev/null;then
export YUM=dnf
YUM=dnf
else
export YUM=yum
YUM=yum
fi
# install EPEL repo, in order to install argparse
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.