[Bug 12221] New: ash: BASE#nnnn" numeric literals broken
bugzilla at busybox.net
bugzilla at busybox.net
Tue Sep 17 12:46:10 UTC 2019
https://bugs.busybox.net/show_bug.cgi?id=12221
Bug ID: 12221
Summary: ash: BASE#nnnn" numeric literals broken
Product: Busybox
Version: 1.31.x
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at busybox.net
Reporter: ronald.wahl at raritan.com
CC: busybox-cvs at busybox.net
Target Milestone: ---
ash:
# echo $((16#10))
16
# echo $((16#a))
-sh: arithmetic syntax error
bash:
$ echo $((16#10))
16
$ echo $((16#a))
10
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list