mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-02 22:03:07 +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:
parent
d98c425676
commit
94c6a33ade
Loading…
x
Reference in New Issue
Block a user