After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 167011 - xml files aren't generated properly
xml files aren't generated properly
Status: RESOLVED FIXED
Product: epiphany-extensions
Classification: Deprecated
Component: actions
1.5.x
Other Linux
: Normal normal
: ---
Assigned To: epiphany-extensions-maint
epiphany-extensions-maint
Depends on:
Blocks:
 
 
Reported: 2005-02-11 00:29 UTC by Grzegorz Golawski
Modified: 2005-02-11 15:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use . instead of bash builtin 'source' command (13.27 KB, patch)
2005-02-11 00:30 UTC, Grzegorz Golawski
none Details | Review

Description Grzegorz Golawski 2005-02-11 00:29:20 UTC
bash builtin command 'source' is used in extensions/*/Makefile.am. This causes
that xml files aren't generated properly if shell != bash. . should be used instead.
Attached patch fixes this bug.
Comment 1 Grzegorz Golawski 2005-02-11 00:30:39 UTC
Created attachment 37323 [details] [review]
use . instead of bash builtin 'source' command
Comment 2 Christian Persch 2005-02-11 15:25:54 UTC
Fixed in cvs, thanks for the patch!