diff -r 06938bc1c6e7 -r 5a534736f62f 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 Thu Jan 10 23:09:38 2013 +0100 @@ -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