aboutsummaryrefslogtreecommitdiff
path: root/bin/InstallPackage-RPM
diff options
context:
space:
mode:
Diffstat (limited to 'bin/InstallPackage-RPM')
-rwxr-xr-xbin/InstallPackage-RPM2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/InstallPackage-RPM b/bin/InstallPackage-RPM
index 83157f5..921683e 100755
--- a/bin/InstallPackage-RPM
+++ b/bin/InstallPackage-RPM
@@ -389,7 +389,7 @@ function lookup_pkgname() {
# Case-insensitive comparison (requires Bash 4)
if [ "${testname,,}" = "${pkgname,,}" ]
then
- echo "$pkgname" && return 0
+ echo "$testname" && return 0
fi
done