summaryrefslogtreecommitdiffstats
path: root/__root__
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-03-19 13:42:56 +0100
committerJan Pokorný <jpokorny@redhat.com>2015-03-20 17:41:46 +0100
commit38c5bb166335752c1a2ceed4dc62d6c64235f3c6 (patch)
tree75274903a0692aeb65ca8c9b7c9a3e1b92f19fb5 /__root__
parentb229425f72e014619d0a61681e0280a854c45a63 (diff)
downloadclufter-38c5bb166335752c1a2ceed4dc62d6c64235f3c6.tar.gz
clufter-38c5bb166335752c1a2ceed4dc62d6c64235f3c6.tar.xz
clufter-38c5bb166335752c1a2ceed4dc62d6c64235f3c6.zip
run-sdist: fix popd being called too early
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '__root__')
-rwxr-xr-x__root__/run-sdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/__root__/run-sdist b/__root__/run-sdist
index c89901a..dd75d18 100755
--- a/__root__/run-sdist
+++ b/__root__/run-sdist
@@ -6,5 +6,5 @@ git archive --format=tar HEAD | (
cd $(mktemp -d '/var/tmp/pkg-XXXXX') \
&& tar xf - \
&& python setup.py sdist -d "${OLDPWD}/__root__/dist")
-popd
echo "New source tarball created: $(ls -1t __root__/dist | head -n1)"
+popd