diff options
| author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 17:09:08 -0500 |
|---|---|---|
| committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 17:09:08 -0500 |
| commit | 27eda35e0b9758e1611ca7c4c0eb625f2246dd68 (patch) | |
| tree | 17bbafd279b008db9c6e299cd2118c4a3ae5a118 /init.d/50git-add | |
| parent | b0160eb5daf39f3258eb06e677bcc433c7425ca0 (diff) | |
rationalise the cd /etc handling
Diffstat (limited to 'init.d/50git-add')
| -rwxr-xr-x | init.d/50git-add | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init.d/50git-add b/init.d/50git-add index 903e5aa..06504b4 100755 --- a/init.d/50git-add +++ b/init.d/50git-add @@ -1,6 +1,5 @@ #!/bin/sh set -e -cd /etc if ! git-add .; then echo "etckeeper warning: git-add failed" >&2 fi |
