--- 0ad-0.0.18-alpha/./build/workspaces/update-workspaces.sh 2015-01-26 19:19:24.000000000 +0100 +++ 0ad-0.0.18-alpha.new/build/workspaces/update-workspaces.sh 2015-05-05 10:37:13.091412783 +0200 @@ -1,10 +1,5 @@ #!/bin/sh -if [ "$(id -u)" = "0" ]; then - echo "Running as root will mess up file permissions. Aborting ..." 1>&2 - exit 1 -fi - die() { echo ERROR: $*