This commit is contained in:
Gökçen Eraslan 2013-05-24 04:51:11 -07:00
commit 3d0e8ee187

View file

@ -13,7 +13,7 @@ else
fi
# Use sudo by default if it's installed
if [[ -e $( which sudo 2>&1 ) ]]; then
if [[ -e $( command which sudo 2>&1 ) ]]; then
use_sudo=1
fi