Drop unnecessary export
This is follow-up of 18b84b1d2cc7ac8b68f84102de6a6692b4eae869 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")
|
"fedora" | "rhel" | "centos")
|
||||||
if type "dnf" 2>/dev/null;then
|
if type "dnf" 2>/dev/null;then
|
||||||
export YUM=dnf
|
YUM=dnf
|
||||||
else
|
else
|
||||||
export YUM=yum
|
YUM=yum
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# install EPEL repo, in order to install argparse
|
# install EPEL repo, in order to install argparse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user