using absolut paths for output directory
This commit is contained in:
parent
2db710ef6b
commit
55b020739a
1 changed files with 6 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: maroy $
|
# Author : $Author: maroy $
|
||||||
# Version : $Revision: 1.14 $
|
# Version : $Revision: 1.15 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/dist.sh,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/dist.sh,v $
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
@ -105,13 +105,16 @@ if [ "x$directory" == "x" ]; then
|
||||||
directory=`pwd`;
|
directory=`pwd`;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
d=`cd $directory; pwd`
|
||||||
|
directory=$d
|
||||||
|
|
||||||
|
|
||||||
echo "Creating tarballs for LiveSupport.";
|
echo "Creating tarballs for LiveSupport.";
|
||||||
echo "";
|
echo "";
|
||||||
echo "Using the following parameters:";
|
echo "Using the following parameters:";
|
||||||
echo "";
|
echo "";
|
||||||
echo " output directory: $directory";
|
echo " output directory: $directory";
|
||||||
echo " package version number: $version";
|
echo " package version number: $version";
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue