From: Mark Huang Date: Wed, 13 Apr 2005 17:20:30 +0000 (+0000) Subject: - try exporting USER X-Git-Tag: planetlab-3_1-branch-point~16 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5f260802b60fc32ed8cf381c67df39503f5d225b;p=build.git - try exporting USER --- diff --git a/build.sh b/build.sh index c55bcb32..62368e21 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ # crontabs to build nightly releases (default). Can also be invoked # manually to build a tagged release (-r) in the current directory. # -# $Id: build.sh,v 1.24 2005/02/14 15:09:07 mlhuang Exp $ +# $Id: build.sh,v 1.25 2005/04/13 14:46:16 mlhuang Exp $ # # Set defaults @@ -15,7 +15,7 @@ TAG=HEAD BASE=$PWD # cron does not set USER? -[ -z "$USER" ] && USER=$LOGNAME +[ -z "$USER" ] && export USER=$LOGNAME # Export certain variables export CVS_RSH