#8736 closed patch (fixed)
configure fix for shells not supporting unary negation
Reported by: | jvprat | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | --Other-- |
Version: | Keywords: | ||
Cc: | Game: |
Description
While trying to find a vanilla shell to test the previous patch I've found one (the Heirloom Bourne Shell) that crashes with the HEAD configure script:
Type with 1 byte... configure: !: not found int Type with 2 bytes... configure: !: not found int Type with 4 bytes... configure: !: not found int
The attached patch fixes it (it removes the unary negation and changes the "then" and "else" blocks).
Ticket imported from: #1822459. Ticket imported from: patches/841.
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | configure-error.patch added |
---|
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → --Other-- |
---|
Note:
See TracTickets
for help on using tickets.
Thanks, committed.