fix tools/make-dist-tarball

This commit is contained in:
Scott Moser 2012-10-01 13:50:56 -04:00
parent 10c3781ab0
commit 690abab786

View File

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