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:
parent
18b84b1d2c
commit
c49e4630c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user