summaryrefslogtreecommitdiffstats
path: root/contrib/bacman.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bacman.sh.in')
-rw-r--r--contrib/bacman.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bacman.sh.in b/contrib/bacman.sh.in
index a20c5e7e..222b0f89 100644
--- a/contrib/bacman.sh.in
+++ b/contrib/bacman.sh.in
@@ -210,8 +210,8 @@ while read i; do
# Workaround to bsdtar not reporting a missing file as an error
if ! [[ -e $package_file || -L $package_file ]]; then
error "unable to add $local_file to the package"
- plain " If your user does not have permission to read this file then"
- plain " you will need to run $myname as root"
+ plain " If your user does not have permission to read this file, then"
+ plain " you will need to run $myname as root."
rm -rf "$work_dir"
exit 1
fi