summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsimply-report-installed-packages.in2
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