From ed295355bf060c20682efcc3fed25072be2da77c 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d8e946f..0795f7f 100755 --- a/build.sh +++ b/build.sh @@ -18,7 +18,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.47.0