diff options
-rwxr-xr-x | simply-report-installed-packages.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simply-report-installed-packages.in b/simply-report-installed-packages.in index e80b4d0..e4e9181 100755 --- a/simply-report-installed-packages.in +++ b/simply-report-installed-packages.in @@ -2,7 +2,7 @@ # version #VERSION# -if ! command -v pacman 2>/dev/null; then +if ! command -v pacman >/dev/null; then exit 1 fi |