--- buildman/bm 2025/01/21 20:52:51 1.3 +++ buildman/bm 2025/03/05 17:23:59 1.5 @@ -44,11 +44,11 @@ then exit 1 fi -if [ $EUID -ne ${BUILDMAN_UID} ] -then - echo "${PROGN} error: must be run as user \"${BUILDMAN_USER}\"" - exit 1 -fi +#if [ $EUID -ne ${BUILDMAN_UID} ] +#then +# echo "${PROGN} error: must be run as user \"${BUILDMAN_USER}\"" +# exit 1 +#fi ACTION="" PROJECT="" @@ -119,7 +119,7 @@ then if [ ! -d "${PROJECT_BASE}" ] then - echo "$PROGN error: project ${PROJECT} not defined" + echo "$PROGN error: project ${PROJECT} not defined [${PROJECT_BASE}]" exit 1 fi fi