From 9f626793930e498259a06d1192be82494799a07d Mon Sep 17 00:00:00 2001 From: maroy Date: Fri, 19 Nov 2004 16:49:09 +0000 Subject: [PATCH] remove unnecessary echos --- livesupport/products/gLiveSupport/bin/autogen.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/livesupport/products/gLiveSupport/bin/autogen.sh b/livesupport/products/gLiveSupport/bin/autogen.sh index 6da8e3c99..d2df3e553 100755 --- a/livesupport/products/gLiveSupport/bin/autogen.sh +++ b/livesupport/products/gLiveSupport/bin/autogen.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.3 $ +# Version : $Revision: 1.4 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -36,14 +36,11 @@ package="gLiveSupport" # assume we're in $basedir/bin reldir=`dirname $0`/.. basedir=`cd $reldir; pwd; cd -` -echo ${basedir} test -z "$basedir" && basedir=. bindir=$basedir/bin etcdir=$basedir/etc tmpdir=$basedir/tmp -echo ${etcdir} -echo ${tmpdir} cd "$tmpdir" DIE=0