[Pkg-mozext-commits] [adblock-plus] 50/464: Let's make the pushds work more correctly

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:01 UTC 2014


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

taffit pushed a commit to branch master
in repository adblock-plus.

commit b6ded123ddf920e95118dc5f0c7246b56b07ba27
Author: Joshua Cranmer <Pidgeot18 at gmail.com>
Date:   Wed Aug 26 22:11:44 2009 -0400

    Let's make the pushds work more correctly
---
 configure | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure b/configure
index 912eeee..b1da9d2 100755
--- a/configure
+++ b/configure
@@ -86,9 +86,9 @@ if [ ! -e $objdir ]; then
 	# We need to make the objdir and configure
 	abssrc=$(cd $srcdir && pwd)
 	mkdir -p $objdir/js/src
-	pushd
 	pushd $objdir/js/src
-	cd $srcdir/js/src && $AUTOCONF
+	pushd $srcdir/js/src
+	$AUTOCONF
 	popd
 	# Now in objdir
 	$abssrc/js/src/configure
@@ -96,8 +96,8 @@ if [ ! -e $objdir ]; then
 	popd
 elif [ $srcdir = $objdir ]; then
 	if [ -n "$NEEDSBUILD" ]; then
-		pushd
-		cd $srcdir/js/src && $AUTOCONF
+		pushd $srcdir/js/src
+    $AUTOCONF
 		./configure
 		make
 		popd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list