changeset 6:66ca4e7dba9b

remove dependency on README.opensolaris in initenv.sh
author Koji Uno <koji.uno@sun.com>
date Thu, 15 Oct 2009 14:04:56 +0900
parents 9feaa4b27fc8
children e6287d1755ba
files initenv.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/initenv.sh	Tue Oct 06 11:02:31 2009 +0900
+++ b/initenv.sh	Thu Oct 15 14:04:56 2009 +0900
@@ -53,7 +53,7 @@
 {
 	dir=`$PWD`
 	while [ ! -d $dir/usr -o ! -d $dir/usr/src -o \
-		! -f $dir/README.opensolaris ]; do
+		! -f $dir/usr/src/OPENSOLARIS.LICENSE ]; do
 	if [ $dir = "/" ]; then
 		echo "Can't detect workspace path." >&2
 		exit 1