mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01: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:
parent
d98c425676
commit
94c6a33ade
Loading…
Reference in New Issue
Block a user