https://bugs.kde.org/show_bug.cgi?id=476083
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/util | |ities/kate/-/commit/33ca176 | |7dde9bec02e2f0fc49d6b617a85 | |5cfc42 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Christoph Cullmann <cullm...@kde.org> --- Git commit 33ca1767dde9bec02e2f0fc49d6b617a855cfc42 by Christoph Cullmann, on behalf of RĂ©mi Peuchot. Committed on 25/10/2023 at 21:52. Pushed by cullmann into branch 'master'. Fix run_shell_script default command arguments run_shell_script default command argument contains an invalid 'sh' command : read -n 1 Which returns the following error : -n: 1: read: arg count The 'sh' read command syntax seems to be : read my_variable letting the user to enter a value and press enter, so we can use $my_variable later. This fix consists of replacing the read command by a valid one : read null Which let the konsole window opened until the user press enter. M +1 -1 addons/externaltools/externaltools-config/run_shell_script https://invent.kde.org/utilities/kate/-/commit/33ca1767dde9bec02e2f0fc49d6b617a855cfc42 -- You are receiving this mail because: You are watching all bug changes.