aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dunst
diff options
context:
space:
mode:
Diffstat (limited to 'dunst')
-rwxr-xr-xdunst/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dunst/install.sh b/dunst/install.sh
index 9eb6a20..f18d4b2 100755
--- a/dunst/install.sh
+++ b/dunst/install.sh
@@ -3,7 +3,7 @@
pkgname=dunstctl
if ! command -v "$pkgname" >/dev/null; then
- printf "%s: $pkgname not found, skipping...\n" "$0"
+ printf '%s: %s not found, skipping...\n' "$0" "$pkgname"
exit 0
fi