X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/cb4f6ed2f6fd5fda0b9627fe6734ee6373b5f5c1..69528a5a00aa2b15bfd36dadd410d915fa14de57:/vcsh diff --git a/vcsh b/vcsh index 1635b4f..58f5585 100755 --- a/vcsh +++ b/vcsh @@ -247,7 +247,7 @@ list_tracked_by() { pull() { hook pre-pull for VCSH_REPO_NAME in $(list); do - echo -n "$VCSH_REPO_NAME: " + printf "$VCSH_REPO_NAME: " export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git" use git pull @@ -259,7 +259,7 @@ pull() { push() { hook pre-push for VCSH_REPO_NAME in $(list); do - echo -n "$VCSH_REPO_NAME: " + printf "$VCSH_REPO_NAME: " export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git" use git push