We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6523c26 + e139dda commit e7b5beaCopy full SHA for e7b5bea
packages/rpmbuild/SPECS/foglamp.spec
@@ -52,7 +52,7 @@ PKG_NAME="foglamp"
52
53
is_foglamp_installed () {
54
set +e
55
- rc=`rpm -qa 2> /dev/null | grep -c ${PKG_NAME}`
+ rc=`rpm -qa 2> /dev/null | grep -Fx ${PKG_NAME}`
56
echo $rc
57
set -e
58
}
0 commit comments