https://bugs.kde.org/show_bug.cgi?id=430668
--- Comment #6 from Jack <alphaj...@tuta.io> --- Another example of problematic code: ``` case "$1" in "a") run_a;; "b") run_b;; *) echo "Plase choose between 'a' or 'b'" && exit 1;; esac ``` -- You are receiving this mail because: You are watching all bug changes.