aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sheldon/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sheldon/install.sh')
-rwxr-xr-xsheldon/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sheldon/install.sh b/sheldon/install.sh
index d1aafe1..1c896ae 100755
--- a/sheldon/install.sh
+++ b/sheldon/install.sh
@@ -3,7 +3,7 @@
pkgname=sheldon
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