diff -r 06938bc1c6e7 -r 9d0b37f08a10 scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Thu Jan 10 22:38:48 2013 +0100 +++ b/scripts/crosstool-NG.sh.in Sun Jan 20 12:58:22 2013 +0000 @@ -27,7 +27,7 @@ # Check running as root if [ -z "${CT_ALLOW_BUILD_AS_ROOT_SURE}" ]; then - if [ $(id -u) -eq 1000 ]; then + if [ $(id -u) -eq 0 ]; then CT_DoLog ERROR "You must NOT be root to run crosstool-NG" exit 1 fi