fix tools/make-dist-tarball

This commit is contained in:
Scott Moser 2012-10-01 13:50:56 -04:00
parent 10c3781ab0
commit 690abab786
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Usage: ${0##*/} version
EOF
}
topdir="../$PWD"
topdir="$PWD"
tag=${1}
[ -n "$tag" ] || { Usage 1>&2 ; exit 1; }