index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jason St. John <jstjohn@purdue.edu> | 2013-11-14 23:06:24 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-12-15 20:09:37 +1000 |
commit | 9749fb033c8794e8ac4b931678659aa2b79ae1b1 (patch) | |
tree | 471e00ba3b510d323d8358b3054dbc90fda13e76 /contrib/bacman.sh.in | |
parent | ae2c9bba5a0de58454814c5fa438cf1db52707ae (diff) |
-rw-r--r-- | contrib/bacman.sh.in | 4 |
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 |