On Fri, Jan 19, 2018 at 9:01 AM, J. Randall Owens
<jrowens.fed...@ghiapet.net> wrote:

> I'm not even the best at bash, much less the scripting in spec files,
> but is it possible this would be a problem because e.g. Fedora 26 would
> be evaluated as 026, which would evaluate as octal, and therefore the
> conditional evaluate as 22 < 25, true, when it was meant to be false?

Umm. No?

I don't see any modern scripting language where a leading 0 would lead
to interpreting a number as octal. "0x" would be hex,  There is some
use of "0o" as a prefix for octal numbers, but octal is is used less
and less. The syntax you describe is.... not in common usage.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to