Skip to content

Commit

Permalink
submodule: whitespace fix
Browse files Browse the repository at this point in the history
Replace SPs with TAB.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Tay Ray Chuan authored and Junio C Hamano committed Oct 21, 2011
1 parent 501770e commit 1e42258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions git-submodule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

#
Expand Down

0 comments on commit 1e42258

Please sign in to comment.