From 4fe7bac236d7c1895271bf15bdb9dda1253ec230 Mon Sep 17 00:00:00 2001 From: Parabola git Date: Thu, 7 Jul 2016 22:37:56 +0000 Subject: git-shell-commands: use tab --- git-shell-commands/change-description | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git-shell-commands/change-description') diff --git a/git-shell-commands/change-description b/git-shell-commands/change-description index 1c144f4..16b7ad2 100755 --- a/git-shell-commands/change-description +++ b/git-shell-commands/change-description @@ -12,8 +12,8 @@ _repo="$(sed -r -e '/(^|\/)\.\.($|\/)/d' -e "s,[^A-Za-z0-9\./_~-],,g" <<<"$repo" test "$repo" = "$_repo" || { printf 'Illegal name: %s\n' "${repo}"; exit 1; } if test -d "$repo".git; then - echo "${*}" > "${repo}".git/description + echo "${*}" > "${repo}".git/description else - printf 'Does not exist: %s\n' "${repo}" - exit 1 + printf 'Does not exist: %s\n' "${repo}" + exit 1 fi -- cgit v1.2.3-54-g00ecf