From dad32b0f91c8e2cf9986ea1eb3f869e4774a963e Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Fri, 13 Jan 2012 00:43:12 +0100 Subject: [PATCH] test commit --- vcsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcsh b/vcsh index 1249089..15eec51 100755 --- a/vcsh +++ b/vcsh @@ -286,7 +286,7 @@ retire() { list_untracked() { for VCSH_REPO_NAME in $(list); do - [ -n $ran_once ] && files_untracked=$(printf '%s\n' "$files_untracked" | grep -x "$files_other") + [ -n $ran_once ] && files_untracked=$(printf '%s\n' "$files_untracked" | grep -Fx "$files_other") export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git" files_other="$(git ls-files --others)" [ -z $ran_once ] && { ran_once=1; files_untracked=$files_other; } -- 2.39.2