[Asterisk-code-review] build tools: fix popd (repotools[master])

George Joseph asteriskteam at digium.com
Mon Apr 30 12:39:03 CDT 2018


George Joseph has submitted this change and it was merged. ( https://gerrit.asterisk.org/8881 )

Change subject: build_tools: fix popd
......................................................................

build_tools: fix popd

Change-Id: I7e7340155d925bdac82c4455aff2fad890e9aae9
---
M build_tools/make_stage
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  George Joseph: Looks good to me, approved; Approved for Submit



diff --git a/build_tools/make_stage b/build_tools/make_stage
index b2dbcbb..29fc2ed 100755
--- a/build_tools/make_stage
+++ b/build_tools/make_stage
@@ -61,7 +61,7 @@
 if [ -d staging/.svn ] ; then
 	pushd staging
 	svn update
-	popd staging
+	popd
 else
 	rm -rf staging &>/dev/null || :
 	svn co ${stagedir} staging

-- 
To view, visit https://gerrit.asterisk.org/8881
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I7e7340155d925bdac82c4455aff2fad890e9aae9
Gerrit-Change-Number: 8881
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180430/f8d9c8d4/attachment.html>


More information about the asterisk-code-review mailing list