From: Mark Huang Date: Sat, 20 Jan 2007 14:08:42 +0000 (+0000) Subject: - set PATH X-Git-Tag: planetlab-4_0-rc1~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=dda36fec8db90531f96e49c4d1e5ec8ebaf55683;p=build.git - set PATH --- diff --git a/build.sh b/build.sh index 8c9e6730..98fc8db7 100755 --- a/build.sh +++ b/build.sh @@ -7,9 +7,11 @@ # Mark Huang # Copyright (C) 2003-2005 The Trustees of Princeton University # -# $Id: build.sh,v 1.35 2006/07/06 14:57:50 mlhuang Exp $ +# $Id: build.sh,v 1.36 2007/01/20 04:19:13 mlhuang Exp $ # +PATH=/sbin:/bin:/usr/sbin:/usr/bin + # Set defaults if [ -f CVS/Root ] ; then CVSROOT=$(cat CVS/Root)