[ooo-build-commit] bin/tinbuild
Thorsten Behrens
thorsten at kemper.freedesktop.org
Wed Dec 16 13:43:30 PST 2009
bin/tinbuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f5776bb15fba5b63d472f159ef9efec8554745ab
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Wed Dec 16 22:41:11 2009 +0100
Added missing ;; to tinbuilds option parser
* bin/tinbuild:
diff --git a/bin/tinbuild b/bin/tinbuild
index f5553f1..e064182 100755
--- a/bin/tinbuild
+++ b/bin/tinbuild
@@ -36,10 +36,10 @@ reportError ()
while getopts w:ilmnh opt ; do
case "$opt" in
w) PAUSE_SECONDS="$OPTARG" ;;
- i) NICE="$NICE ionice -c3"
+ i) NICE="$NICE ionice -c3" ;;
l) HTML_OUTPUT=1 ;;
m) SEND_MAIL=1 ;;
- n) NICE="$NICE nice"
+ n) NICE="$NICE nice" ;;
h) usage; exit ;;
?) usage; exit ;;
esac
More information about the ooo-build-commit
mailing list