buildit
changeset 1124 7bc7e624f965
parent 1022 497b06e652f1
child 1130 e9cbce844ef6
--- a/buildit	Mon May 09 10:12:33 2011 -0700
+++ b/buildit	Mon May 09 14:58:28 2011 -0700
@@ -5,7 +5,7 @@
 #
 ###########################################################################
 #
-# Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -31,9 +31,10 @@
 #
 
 # Add /usr/bin to front of path in case user has /usr/gnu/bin default
+# Add /usr/gnu/bin to path for gnu sed/awk/etc. that configure scripts prefer
 # Add /usr/sbin to path for dtrace (to build probes in X servers)
 
-PATH=/usr/bin:${PATH}:/usr/sbin
+PATH=/usr/bin:${PATH}:/usr/gnu/bin:/usr/sbin
 export PATH
 
 progname="$0"