Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363029 - let should not have special handling in the parser
Summary: let should not have special handling in the parser
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: libbash (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Petteri Räty (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-11 05:38 UTC by Petteri Räty (RETIRED)
Modified: 2011-04-11 13:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2011-04-11 05:38:10 UTC
betelgeuse@pena ~/gsoc/libbash $ type let
let is a shell builtin

It's a builtin that handles it's args with arithmetic evaluation so the parser should know nothing about it.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2011-04-11 13:51:40 UTC
Fix committed locally.