[Libreoffice-commits] .: bin/oodocdiff.sh
Thorsten Behrens
thorsten at kemper.freedesktop.org
Mon Nov 8 07:25:10 PST 2010
bin/oodocdiff.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 574e061c2c631fba88cffe137c02d08ddc193e30
Author: Yifan Jiang <yfjiang at novell.com>
Date: Mon Nov 8 16:22:41 2010 +0100
Fix typo in keep argument char
diff --git a/bin/oodocdiff.sh b/bin/oodocdiff.sh
index cb04a06..ef5669a 100755
--- a/bin/oodocdiff.sh
+++ b/bin/oodocdiff.sh
@@ -69,7 +69,7 @@ while getopts r:t:skhq opt ; do
r) RES="$OPTARG" ;;
t) TMP="$OPTARG" ;;
s) SORT="sort -n -k2,2" ;;
- s) KEEP=1 ;;
+ k) KEEP=1 ;;
q) QUIET=1; GS="gs -q";;
h) usage; exit ;;
?) usage; exit ;;
More information about the Libreoffice-commits
mailing list