GNOME Bugzilla – Bug 750723
shell command 'source' is not portable
Last modified: 2015-10-23 16:12:45 UTC
tests/unit/Makefile.am uses 'source' command to read the .la file. This can fail because not all shells support 'source' command. POSIX only defines the dot command, not 'source' command.
Created attachment 304997 [details] [review] build: Use a dot instead of source command
Review of attachment 304997 [details] [review]: Looks good. Please, commit to the cogl-1.20 branch.
Attachment 304997 [details] pushed as c013165 - build: Use a dot instead of source command
(In reply to Emmanuele Bassi (:ebassi) from comment #2) > Review of attachment 304997 [details] [review] [review]: > > Looks good. Please, commit to the cogl-1.20 branch. Why not also apply to master? (It is correct afterall...)
Because nothing uses master.
Hmm... cogl-1.22 branch, doc/RELEASING $ git push origin master $ git push origin 1.7.0 So cogl-1.22 is what I would call the current head? (What of wip/cogl-2.0?)
You should not be using Bugzilla as a forum. (In reply to Patrick Welche from comment #6) > Hmm... cogl-1.22 branch, doc/RELEASING > > $ git push origin master > $ git push origin 1.7.0 > > So cogl-1.22 is what I would call the current head? Yes. > (What of wip/cogl-2.0?) You can safely ignore it.