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

George Joseph asteriskteam at digium.com
Mon Apr 30 12:38:01 CDT 2018


George Joseph has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.asterisk.org:29418/repotools refs/changes/81/8881/1

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: newchange
Gerrit-Change-Id: I7e7340155d925bdac82c4455aff2fad890e9aae9
Gerrit-Change-Number: 8881
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180430/e4f06a8d/attachment.html>


More information about the asterisk-code-review mailing list