removed 'cd -' from the end of statements that were like
dirname=`cd somethere; pwd; cd -`
This commit is contained in:
parent
c80f18b5aa
commit
21485a6d01
34 changed files with 106 additions and 106 deletions
|
@ -20,7 +20,7 @@
|
|||
#
|
||||
#
|
||||
# Author : $Author: maroy $
|
||||
# Version : $Revision: 1.1 $
|
||||
# Version : $Revision: 1.2 $
|
||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/icu/icu-3.0/bin/Attic/install.sh,v $
|
||||
#-------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
|
@ -31,8 +31,8 @@
|
|||
product=icu-3.0
|
||||
|
||||
reldir=`dirname $0`/..
|
||||
basedir=`cd $reldir; pwd; cd -`
|
||||
installdir=`cd $basedir/../../../usr; pwd; cd -`
|
||||
basedir=`cd $reldir; pwd;`
|
||||
installdir=`cd $basedir/../../../usr; pwd;`
|
||||
tmpdir=$basedir/tmp
|
||||
tar=$basedir/src/$product.tgz
|
||||
docdir=$installdir/share/doc/icu/3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue