Wireshark mailing list archives
Re: Allowing --with-release to take hex strings ...
From: Alexis La Goutte <alexis.lagoutte () gmail com>
Date: Thu, 12 Jan 2017 13:38:49 +0100
Hi Richard, I think it is not a problem... Please push your fix on Gerrit On Wed, Jan 11, 2017 at 10:29 PM, Richard Sharpe < realrichardsharpe () gmail com> wrote:
Hi folks,
Does anyone have a problem with a change like this:
diff --git a/configure.ac b/configure.ac
index d45f259..eeac905 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ AC_ARG_WITH([release],
AC_HELP_STRING( [--with-release=@<:@1/no/4/5@:>@],
[set release-number in package @<:@default=1@:>@]),
with_release="$withval", with_release=1)
-re="^[[0-9]]+$"
+re="^[[0-9a-f]]+$"
if [[[ "$with_release" =~ $re ]]]; then
RELEASE="$with_release"
else
--
2.3.6
--
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)
____________________________________________________________
_______________
Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives: https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request () wireshark org?subject=
unsubscribe
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- Allowing --with-release to take hex strings ... Richard Sharpe (Jan 11)
- Re: Allowing --with-release to take hex strings ... Alexis La Goutte (Jan 12)
- Re: Allowing --with-release to take hex strings ... Richard Sharpe (Jan 17)
- Re: Allowing --with-release to take hex strings ... Alexis La Goutte (Jan 12)
