Ticket #2568 (closed defect: duplicate)
bash syntax color error when using nested command substitution
Reported by: | muzzol | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.8 |
Component: | mcedit | Version: | 4.7.0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
when using parenthesis for command substitution mcedit assumes closing on first closing character even when nesting.
create a simple bash file with this content:
VARTEST=$(ldapsearch "(uid=user1)" uid ) echo "This is not correctly highlighted"
ask for further info
Change History
Note: See
TracTickets for help on using
tickets.
Duplicate of #2142.