diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-12-15 18:23:20 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-12-15 18:23:20 +0000 |
commit | 94c6a33adeb5e1ccf91ad7d3d56cba8cfcbbe81d (patch) | |
tree | 46173ca16279bfec38ee48bfa7307fb9e1acfb61 /grel.c | |
parent | d98c425676cbd0eca9580eace93a761d621af108 (diff) |
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 ...
Diffstat (limited to 'grel.c')
0 files changed, 0 insertions, 0 deletions