From: Mark Huang Date: Fri, 31 Mar 2006 21:38:07 +0000 (+0000) Subject: - fix comment X-Git-Tag: myplc-0_4-rc1~19 X-Git-Url: http://git.onelab.eu/?p=sliceimage.git;a=commitdiff_plain;h=dd4b256824506733ee1cfe7215b364311898199e - fix comment --- 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