summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorWilliam Tu <u9012063@gmail.com>2020-06-22 08:54:13 -0700
committerWilliam Tu <u9012063@gmail.com>2020-06-22 11:40:07 -0700
commit51119374ce921fca9cfc62a05cca614f72dc4608 (patch)
tree4a17085cd1eb6efa2983e23b421f384c99ca9aae /rhel
parentdda80837a852f27f54ffd1ab4de3cf2d002631e5 (diff)
downloadopenvswitch-51119374ce921fca9cfc62a05cca614f72dc4608.tar.gz
rhel: Fix syntax error when matching version.
Remove the extra 'fi' in the script. VMware-BZ: #2582834 Fixed: fecb28051b35 ("rhel: Support RHEL 7.8 kernel module rpm build.") Reported-by: Abhijeet Malawade <amalawade@vmware.com> Acked-by: Greg Rose <gvrose8192@gmail.com> Signed-off-by: William Tu <u9012063@gmail.com>
Diffstat (limited to 'rhel')
-rw-r--r--rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
index 93d487101..c70e135cd 100644
--- a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
+++ b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
@@ -113,7 +113,6 @@ if [ "$mainline_major" = "3" ] && [ "$mainline_minor" = "10" ]; then
comp_ver=10
ver_offset=4
installed_ver="$minor_rev"
- fi
elif [ "$major_rev" = "1127" ]; then
# echo "rhel78"
comp_ver=10