This commit is contained in:
Xavier Logerais (Numericable - Ingénierie Système)
2015-03-24 12:28:02 +01:00
2 changed files with 22 additions and 22 deletions

View File

@ -1,4 +1,4 @@
if [ -f /etc/gentoo-release ]
if [ -f /etc/gentoo-release -a "$UID" -ne 0 ]
then
alias emerge='sudo emerge'
alias etc-update='sudo etc-update'