mirror of
https://github.com/git/git.git
synced 2024-11-27 20:14:30 +08:00
subtree: initialize "prefix" variable
We parse the "--prefix" command-line option into the "$prefix" shell variable. However, if we do not see such an option, the variable is left with whatever value it had in the environment. We should initialize it to a known value, like we do for other variables. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
00eda23228
commit
cba5e28426
@ -46,6 +46,7 @@ ignore_joins=
|
||||
annotate=
|
||||
squash=
|
||||
message=
|
||||
prefix=
|
||||
|
||||
debug()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user