summaryrefslogtreecommitdiff
path: root/etckeeper
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-14 13:29:56 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-14 13:29:56 -0500
commitba0d22e6c5b10ce9215de1a5b1d86278866051ee (patch)
treed2aee46d7fd2eb04caf3cc204c8a317e6d853f7b /etckeeper
parent146c72298aea05c64df89d40f01c6136f70d3fda (diff)
rewording
Diffstat (limited to 'etckeeper')
-rwxr-xr-xetckeeper4
1 files changed, 2 insertions, 2 deletions
diff --git a/etckeeper b/etckeeper
index a9cf577..dfd44bb 100755
--- a/etckeeper
+++ b/etckeeper
@@ -5,8 +5,8 @@ if [ -e /etc/etckeeper/etckeeper.conf ]; then
. /etc/etckeeper/etckeeper.conf
fi
-if [ ! -z "$GIT_COMMIT_OPTION" ]; then
- export GIT_COMMIT_OPTION
+if [ ! -z "$GIT_COMMIT_OPTIONS" ]; then
+ export GIT_COMMIT_OPTIONS
fi
if [ -z "$1" ]; then