mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
5105edd411
Unlike bash, POSIX shell does not specify a 'local' command for declaring function-local variable scope. Except for IFS, the variable names are not used anywhere else in the script so simply remove the 'local'. For IFS, move the assignment to the 'read' command to prevent it from affecting code outside the function. Signed-off-by: Richard Hansen <rhansen@bbn.com> Reviewed-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> |
||
---|---|---|
.. | ||
git-remote-bzr | ||
git-remote-hg | ||
Makefile | ||
test-bzr.sh | ||
test-hg-bidi.sh | ||
test-hg-hg-git.sh | ||
test-hg.sh |