From d68ec90157a963f3483c09915b1844ee43b4ac77 Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Sat, 15 Apr 2006 18:42:28 +0000 Subject: `` must die svn path=/main/trunk/; revision=3155 --- bin/quickpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/quickpkg') diff --git a/bin/quickpkg b/bin/quickpkg index abb3d2941..61b09a609 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -9,7 +9,7 @@ # Resulting tbz2 file will be created in ${PKGDIR} ... # default is /usr/portage/packages/All/ -if [ "`whoami`" != "root" ] ; then +if [ "${UID}" != "0" ] ; then echo "You must run this as root" exit 1 fi -- cgit v1.2.3-1-g7c22