mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 04:04:04 +02:00
This is no valid shell syntax:
for module in ; do So we add a `.' in front of the $4 to make it look like this: for module in . $4 ; do This works even if $4 is empty ...
This commit is contained in:
Reference in New Issue
Block a user