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/help | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git-shell-commands/help') diff --git a/git-shell-commands/help b/git-shell-commands/help index 633c152..f2970d5 100755 --- a/git-shell-commands/help +++ b/git-shell-commands/help @@ -7,6 +7,6 @@ set -e # Gets the initial comment after the shebeng from every git-shell-command for c in "$(dirname "$0")"/*; do - sed -rn '2,/^[^#]/s/^# ?//p' "$c" - echo + sed -rn '2,/^[^#]/s/^# ?//p' "$c" + echo done -- cgit v1.2.3-54-g00ecf