From: Tay Ray Chuan Date: Fri, 21 Oct 2011 13:49:35 +0000 (+0800) Subject: submodule: whitespace fix X-Git-Tag: v1.7.8-rc0~9^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1e42258acd3787f7a817f4265da03c709d2e2aa1;p=git-core%2Fgit.git submodule: whitespace fix Replace SPs with TAB. Signed-off-by: Tay Ray Chuan Signed-off-by: Junio C Hamano --- diff --git a/git-submodule.sh b/git-submodule.sh index 7576d1476..8e9e5eaaf 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -104,9 +104,9 @@ module_name() re=$(printf '%s\n' "$1" | sed -e 's/[].[^$\\*]/\\&/g') name=$( git config -f .gitmodules --get-regexp '^submodule\..*\.path$' | sed -n -e 's|^submodule\.\(.*\)\.path '"$re"'$|\1|p' ) - test -z "$name" && - die "$(eval_gettext "No submodule mapping found in .gitmodules for path '\$path'")" - echo "$name" + test -z "$name" && + die "$(eval_gettext "No submodule mapping found in .gitmodules for path '\$path'")" + echo "$name" } #