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)
commit24367ccd96660195b43d4cc4f297898e6b4fb765
treeeeb2af8575b90293340adda509f16e5df088a534
parent785797fab53ce1f735eaa516e3775ac2e7ec5bfe
needs_update(): Fix $missing_deps passing

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.
tg.sh