diff initenv.sh @ 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 1a15d5aaf794
children
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