projects
/
invirt/packages/invirt-dev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a78a9b
)
And...you end your for loops with done, not fi
0.0.6
author
Evan Broder
<broder@mit.edu>
Mon, 10 Nov 2008 08:46:34 +0000
(
03:46
-0500)
committer
Evan Broder
<broder@mit.edu>
Mon, 10 Nov 2008 08:46:34 +0000
(
03:46
-0500)
svn path=/trunk/packages/invirt-dev/; revision=1586
invirt-ood-build
patch
|
blob
|
history
diff --git
a/invirt-ood-build
b/invirt-ood-build
index
2e0c060
..
ee49d24
100755
(executable)
--- a/
invirt-ood-build
+++ b/
invirt-ood-build
@@
-20,4
+20,4
@@
fi
IFS="$(echo)"
for package in $packages; do
invirt-build-release "$package"
-fi
+done