remove unnecessary echos

This commit is contained in:
maroy 2004-11-19 16:49:09 +00:00
parent c2d4e236eb
commit 9f62679393
1 changed files with 1 additions and 4 deletions

View File

@ -22,7 +22,7 @@
# #
# #
# Author : $Author: maroy $ # 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 $ # 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 # assume we're in $basedir/bin
reldir=`dirname $0`/.. reldir=`dirname $0`/..
basedir=`cd $reldir; pwd; cd -` basedir=`cd $reldir; pwd; cd -`
echo ${basedir}
test -z "$basedir" && basedir=. test -z "$basedir" && basedir=.
bindir=$basedir/bin bindir=$basedir/bin
etcdir=$basedir/etc etcdir=$basedir/etc
tmpdir=$basedir/tmp tmpdir=$basedir/tmp
echo ${etcdir}
echo ${tmpdir}
cd "$tmpdir" cd "$tmpdir"
DIE=0 DIE=0