Release v23.7.0 #4403
Release v23.7.0 #4403
5 new issues (0 max.) of at least minor severity.
Annotations
Check warning on line 24 in lgsm/modules/fix_vh.sh
codacy-production / Codacy Static Code Analysis
lgsm/modules/fix_vh.sh#L24
Double quote to prevent globbing and word splitting.
Check notice on line 24 in lgsm/modules/fix_vh.sh
codacy-production / Codacy Static Code Analysis
lgsm/modules/fix_vh.sh#L24
This \/ will be a regular '/' in this context.
Check warning on line 25 in lgsm/modules/fix_vh.sh
codacy-production / Codacy Static Code Analysis
lgsm/modules/fix_vh.sh#L25
Double quote to prevent globbing and word splitting.
Check notice on line 25 in lgsm/modules/fix_vh.sh
codacy-production / Codacy Static Code Analysis
lgsm/modules/fix_vh.sh#L25
This \/ will be a regular '/' in this context.
Check notice on line 260 in lgsm/modules/info_distro.sh
codacy-production / Codacy Static Code Analysis
lgsm/modules/info_distro.sh#L260
Use find instead of ls to better handle non-alphanumeric filenames.