From: Richard Hartmann Date: Thu, 12 Jan 2012 23:43:12 +0000 (+0100) Subject: test commit X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/dad32b0f91c8e2cf9986ea1eb3f869e4774a963e?pf=code test commit --- 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; }