[kdialog] [Bug 459381] KDialog odd behavior escaping exclamation mark

2022-09-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=459381 Nate Graham changed: What|Removed |Added Resolution|--- |NOT A BUG CC|

[kdialog] [Bug 459381] KDialog odd behavior escaping exclamation mark

2022-09-19 Thread Sadi
https://bugs.kde.org/show_bug.cgi?id=459381 --- Comment #2 from Sadi --- (In reply to Brad Hards from comment #1) > This is not a KDialog issue. > > The difference in behaviour is due to using different shells. If you want to > have bash behaviour in your shell script, run it in bash (not dash o

[kdialog] [Bug 459381] KDialog odd behavior escaping exclamation mark

2022-09-19 Thread Brad Hards
https://bugs.kde.org/show_bug.cgi?id=459381 --- Comment #1 from Brad Hards --- This is not a KDialog issue. The difference in behaviour is due to using different shells. If you want to have bash behaviour in your shell script, run it in bash (not dash or whatever other shell you are using). --