do not use realpath

We don't have realpath installed on all of the CI servers and it's
easier to not use it than wait for new images.

Change-Id: I2814c9951e92cf88967bee916b0ffc3d75905696
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-02-23 09:38:09 -05:00
parent 27e863e6f2
commit 67ac1ca4f6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ fi
TOOLSDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $TOOLSDIR/functions
REPODIR=$(realpath $1)
REPODIR=$(cd $1 && pwd)
VERSION=$2
# The repository directory may be named something other than what the