https://bugs.kde.org/show_bug.cgi?id=430668

--- Comment #13 from Jack <alphaj...@tuta.io> ---
Other issue

this is fine:
```
 case "$1" in
  a) function_a ;;
  b) function_b ;;
 esac
```

this is not:
```
 case "$1" in
  a) function_a;;
  b) function_b;;
 esac
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to