summaryrefslogtreecommitdiff
path: root/commit.d/40git-rm
diff options
context:
space:
mode:
Diffstat (limited to 'commit.d/40git-rm')
-rwxr-xr-xcommit.d/40git-rm2
1 files changed, 0 insertions, 2 deletions
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