Corrected a comment # Check if the user has sudo privileges.

This commit is contained in:
hemanth 2010-09-17 02:04:38 +08:00 committed by Maxwell Salzberg
parent e9df690644
commit 193deb9767

View file

@ -7,7 +7,7 @@
# Set extented globbing
shopt -s extglob
# Check if the user has root privilages
# Check if the user has sudo privileges.
[[ $( id -u) ]] && echo "$(whoami) has no sudo permissions on this machine" && exit 1
# Install build tools