- set PATH
authorMark Huang <mlhuang@cs.princeton.edu>
Sat, 20 Jan 2007 14:08:42 +0000 (14:08 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Sat, 20 Jan 2007 14:08:42 +0000 (14:08 +0000)
build.sh

index 8c9e673..98fc8db 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -7,9 +7,11 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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)