From: Richard Hartmann Date: Wed, 22 Oct 2014 22:22:02 +0000 (+0200) Subject: vcsh: Fix random tab X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/f39e21b79b419bc6831e67eec73afd6c571e7f5a vcsh: Fix random tab --- diff --git a/vcsh b/vcsh index 3642ad5..e4143de 100755 --- a/vcsh +++ b/vcsh @@ -316,7 +316,7 @@ list_untracked() { comm -12 --nocheck-order $temp_file_others $temp_file_untracked_copy > $temp_file_untracked done cat $temp_file_untracked - + unset directory_opt directory_component rm -f $temp_file_others $temp_file_untracked $temp_file_untracked_copy || fatal 'Could not delete temp files' }