summaryrefslogtreecommitdiff
path: root/commit.d
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-05 14:54:20 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-05 14:54:20 -0400
commit92d120f9223995e1bea725f807635881cf3b6ba5 (patch)
treeee115231d609f6dcea38ec4c45b8e1f4213db99f /commit.d
parentd163a7d3ef00b25c45bb58947c711dc686ac6119 (diff)
remove unused TAB settings
Diffstat (limited to 'commit.d')
-rwxr-xr-xcommit.d/40bzr-rm2
-rwxr-xr-xcommit.d/40git-rm2
2 files changed, 0 insertions, 4 deletions
diff --git a/commit.d/40bzr-rm b/commit.d/40bzr-rm
index a13bfd7..b690acc 100755
--- a/commit.d/40bzr-rm
+++ b/commit.d/40bzr-rm
@@ -1,8 +1,6 @@
#!/bin/sh
set -e
-TAB=" "
-
if [ "$VCS" = bzr ] && [ -d .bzr ]; then
for file in $(bzr deleted); do
if [ ! -d "$file" ]; then
diff --git a/commit.d/40git-rm b/commit.d/40git-rm
index 3d5289a..acf7c37 100755
--- a/commit.d/40git-rm
+++ b/commit.d/40git-rm
@@ -1,8 +1,6 @@
#!/bin/sh
set -e
-TAB=" "
-
if [ "$VCS" = git ] && [ -d .git ]; then
for file in $(git ls-files --deleted); do
if [ ! -d "$file" ]; then