diff options
Diffstat (limited to 'commit.d/40bzr-rm')
-rwxr-xr-x | commit.d/40bzr-rm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/commit.d/40bzr-rm b/commit.d/40bzr-rm index a13bfd7..d908a40 100755 --- a/commit.d/40bzr-rm +++ b/commit.d/40bzr-rm @@ -1,7 +1,8 @@ #!/bin/sh set -e -TAB=" " +IFS=' +' if [ "$VCS" = bzr ] && [ -d .bzr ]; then for file in $(bzr deleted); do |