chiark / gitweb /
needs_update(): Fix $missing_deps passing
authorPetr Baudis <pasky@suse.cz>
Sun, 3 Aug 2008 18:47:58 +0000 (20:47 +0200)
committerPetr Baudis <pasky@suse.cz>
Sun, 3 Aug 2008 18:47:58 +0000 (20:47 +0200)
Instead of piping git cat-file output to our loop, we have to use
a temporary file so that $missing_deps gets exported properly.
Also, get rid of an extra leading space in its output.


No differences found