index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jason St. John <jstjohn@purdue.edu> | 2013-11-15 23:56:05 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-12-15 20:09:37 +1000 |
commit | af2c0a15371058ba93d6bb423b3fe90e45380d7a (patch) | |
tree | b1ef4a7ea9510925cb2646bb3525fb7a262fe4d7 /contrib/pacscripts.sh.in | |
parent | 20127e732c66897506449c38baff9ec1a893032c (diff) |
-rw-r--r-- | contrib/pacscripts.sh.in | 4 |
diff --git a/contrib/pacscripts.sh.in b/contrib/pacscripts.sh.in index 8453f9c8..da7c55a9 100644 --- a/contrib/pacscripts.sh.in +++ b/contrib/pacscripts.sh.in @@ -71,8 +71,8 @@ spacman() { pacman "$@" else if ! type -p sudo; then - error "Cannot find the sudo binary! Is sudo installed?" - error "Otherwise, try to run the program as root" + error "Cannot find the sudo binary!" + error "${myname} requires root privileges. Either install \"sudo\" or run as root." exit 1 else sudo pacman "$@" |