Commit 2d0f6c6
committed
Fix off-by-one bug when rpm is installed on non-RHEL systems
In 02c35e4 we removed the --quiet flag because it printed nothing on
RHEL systems regardless if the package existed or not. However, on
Debian systems without --quiet we get at least a single line if the
package is not installed "package glibc is not installed".
This patch fixes this off by one error and fixes issue #41
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 0aa9a66 commit 2d0f6c6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments