mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Apply coding style changes by reducing line breaks for a more compactly generated script and add double quotes to fix ShellCheck findings. Furthermore, remove the unused variable previous_word and use mapfile to read the output of compgen into the COMPREPLY array to avoid unwanted splitting and glob expansion. Reviewed-by: Szabina Korbai <szkorbai@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>