[pkg-haskell-tools] 01/01: dht upgrade: Add a few popd’s

Joachim Breitner nomeata at moszumanska.debian.org
Sat May 28 11:12:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository pkg-haskell-tools.

commit 79e35552a2cead15506e5074254aaefe8ac6e9b7
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat May 28 13:11:52 2016 +0200

    dht upgrade: Add a few popd’s
---
 scripts/upgrade | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/upgrade b/scripts/upgrade
index 58a79c0..722c490 100755
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -66,8 +66,8 @@ do
   if [ ! -d debian ]
   then
     echo "ERROR: No debian/ directory found in $dir; run me in the packaging directory."
+    popd
     continue
-    popd "$dir" >/dev/null
   fi
 
 
@@ -136,6 +136,8 @@ do
   then
     echo "Please refresh the patches"
   fi
+
+  popd
 done
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git



More information about the Pkg-haskell-commits mailing list