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