[Asterisk-code-review] make_tarball: Fix --no-strip (repotools[master])

George Joseph asteriskteam at digium.com
Tue Oct 27 12:04:01 CDT 2020


George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/c/repotools/+/15073 )


Change subject: make_tarball: Fix --no-strip
......................................................................

make_tarball: Fix --no-strip

Change-Id: Idd5496f949cb9b7420fccc330903ae28df7a3832
---
M build_tools/make_tarball
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/repotools refs/changes/73/15073/1

diff --git a/build_tools/make_tarball b/build_tools/make_tarball
index 500fe61..2b15f09 100755
--- a/build_tools/make_tarball
+++ b/build_tools/make_tarball
@@ -29,8 +29,8 @@
 	--manifest-out=*)
 		manifest_out=${1#*=}
 		;;
-	--no_strip)
-		nostrip=1
+	--no-strip)
+		no_strip=1
 		;;
 	--version=*)
 		version=${1#*=}

-- 
To view, visit https://gerrit.asterisk.org/c/repotools/+/15073
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-Change-Id: Idd5496f949cb9b7420fccc330903ae28df7a3832
Gerrit-Change-Number: 15073
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20201027/38c4a9c4/attachment.html>


More information about the asterisk-code-review mailing list