GNOME Bugzilla – Bug 167011
xml files aren't generated properly
Last modified: 2005-02-11 15:25:54 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.
Created attachment 37323 [details] [review] use . instead of bash builtin 'source' command
Fixed in cvs, thanks for the patch!