diff options
Diffstat (limited to 'functions/packages.sh')
-rwxr-xr-x | functions/packages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/packages.sh b/functions/packages.sh index 1427d6c06..034f57125 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 |