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:
Takashi Kajinami 2024-01-30 10:02:35 +09:00
parent 18b84b1d2c
commit c49e4630c0
1 changed files with 2 additions and 2 deletions

View File

@ -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