aboutsummaryrefslogtreecommitdiffstats
path: root/tools/applygnupgdefaults
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-02-04 11:57:53 +0000
committerWerner Koch <[email protected]>2011-02-04 11:57:53 +0000
commitb008274afdbe375b32a7e66dbd073e200f6f0587 (patch)
tree219e239d39cf06be3f03aa82fb572080ac163a15 /tools/applygnupgdefaults
parentLet autogen.sh check the git config (diff)
downloadgnupg-b008274afdbe375b32a7e66dbd073e200f6f0587.tar.gz
gnupg-b008274afdbe375b32a7e66dbd073e200f6f0587.zip
Nuked almost all trailing white space.post-nuke-of-trailing-ws
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
Diffstat (limited to '')
-rwxr-xr-xtools/applygnupgdefaults5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/applygnupgdefaults b/tools/applygnupgdefaults
index b4cff6390..2f298541b 100755
--- a/tools/applygnupgdefaults
+++ b/tools/applygnupgdefaults
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh
# Apply defaults from /etc/gnupg/gpg.conf to all users -*- sh -*-
#
# Copyright 2007 Free Software Foundation, Inc.
@@ -23,7 +23,7 @@ info () {
echo "$PGM: $*" >&2
}
-if [ -n "$1" ]; then
+if [ -n "$1" ]; then
echo "usage: $PGM" >&2
exit 1
fi
@@ -79,4 +79,3 @@ done
[ "$(wc -c <$errorfile)" -gt 0 ] && exit 1
exit 0
-