summaryrefslogtreecommitdiff
path: root/functions/packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/packages.sh')
-rwxr-xr-xfunctions/packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/packages.sh b/functions/packages.sh
index 1427d6c..034f571 100755
--- a/functions/packages.sh
+++ b/functions/packages.sh
@@ -22,7 +22,7 @@ Check_package ()
;;
2)
- Echo_error "You need to install ${PACKAGE} on your host system."
+ Echo_error "You need to install %s on your host system." "${PACKAGE}"
exit 1
;;
esac