projects
/
pgtranslation
/
admin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
190351d
)
Whitespace adjustments
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 29 Sep 2011 03:36:31 +0000
(
03:36
+0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 29 Sep 2011 03:36:31 +0000
(
03:36
+0000)
cp-po
patch
|
blob
|
blame
|
history
diff --git
a/cp-po
b/cp-po
index 0661d09c7aef5fbd0b7d909aa27a394e7c98d9a8..93fa16ae06b92935f43e2d11125f42bfa296a538 100755
(executable)
--- a/
cp-po
+++ b/
cp-po
@@
-23,11
+23,11
@@
eval set -- "$TEMP"
while true; do
case $1 in
-d) delete=true; shift;;
- -f)
force=true; shift;;
- -k)
adjustcvskeywords=false; shift;;
+ -f) force=true; shift;;
+ -k) adjustcvskeywords=false; shift;;
-L) qualfile=$2; shift; shift;;
- -n)
run=false; shift;;
- --)
shift; break;;
+ -n) run=false; shift;;
+ --) shift; break;;
esac
done