| Summary: | konsoleprofile quoting broke | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Matthew Woehlke <mwoehlke.floss> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.8.5 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/konsole/f127a77ca9d248a55d22a64bc90590e399bfdeda | Version Fixed/Implemented In: | 4.9.2 |
| Sentry Crash Report: | |||
| Attachments: | git patch | ||
|
Description
Matthew Woehlke
2012-09-24 21:51:36 UTC
Created attachment 74148 [details]
git patch
Even better, here's the 'git am'-able patch to fix it.
Thanks for reporting . I will push the fix for you :) Git commit 7d05ceedf80a140b465b1b35851f7179ddd89e2e by Jekyll Wu, on behalf of Matthew Woehlke. Committed on 24/09/2012 at 23:52. Pushed by jekyllwu into branch 'master'. fix broken quoting in konsoleprofile Add missing quotes around '$1' in konsoleprofile so that we do not perform word splitting twice (which is very unlikely to be what the user wants, and is difficult or impossible to prevent). This fixes a regression introduced in 4e1b96e4. FIXED-IN: 4.9.2 M +1 -2 src/konsoleprofile http://commits.kde.org/konsole/7d05ceedf80a140b465b1b35851f7179ddd89e2e Git commit f127a77ca9d248a55d22a64bc90590e399bfdeda by Jekyll Wu, on behalf of Matthew Woehlke. Committed on 24/09/2012 at 23:52. Pushed by jekyllwu into branch 'KDE/4.9'. fix broken quoting in konsoleprofile Add missing quotes around '$1' in konsoleprofile so that we do not perform word splitting twice (which is very unlikely to be what the user wants, and is difficult or impossible to prevent). This fixes a regression introduced in 4e1b96e4. FIXED-IN: 4.9.2 (cherry picked from commit 7d05ceedf80a140b465b1b35851f7179ddd89e2e) M +1 -2 src/konsoleprofile http://commits.kde.org/konsole/f127a77ca9d248a55d22a64bc90590e399bfdeda |