minor change with checking WORKAREA env var.

This commit is contained in:
Nathan Scott
2001-02-24 03:45:21 +00:00
parent fb4ae7b5bf
commit 34802d5827
+1 -1
View File
@@ -57,7 +57,7 @@ cd `pwd`
if [ -z "$WORKAREA" ] if [ -z "$WORKAREA" ]
then then
export WORKAREA=../../.. _notrun "Can't run srcdiff without WORKAREA set"
fi fi
if [ ! -f $WORKAREA/cmd/xfstests/tools/srcdiff ] if [ ! -f $WORKAREA/cmd/xfstests/tools/srcdiff ]