From dd4b256824506733ee1cfe7215b364311898199e Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 31 Mar 2006 21:38:07 +0000 Subject: [PATCH] - fix comment --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 1c990c4..4f1ed85 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id: build.sh,v 1.7 2006/03/29 20:26:41 mlhuang Exp $ +# $Id: build.sh,v 1.8 2006/03/31 21:18:10 mlhuang Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -17,7 +17,7 @@ if [ -d ../build ] ; then PATH=$PATH:../build srcdir=.. else - echo "Error: Could not find sources in either . or .." + echo "Error: Could not find $(cd .. && pwd -P)/build/" exit 1 fi -- 2.43.0