From 92d120f9223995e1bea725f807635881cf3b6ba5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Apr 2008 14:54:20 -0400 Subject: remove unused TAB settings --- commit.d/40bzr-rm | 2 -- 1 file changed, 2 deletions(-) (limited to 'commit.d/40bzr-rm') 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 -- cgit v1.2.3