diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-04-05 17:09:00 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-04-05 22:50:10 -0700 |
commit | 7f9f230b7fcc1bfeb352216930f704075bca713d (patch) | |
tree | ab2ac4c0b265bfb8839954886db1640a85177839 /builtin/commit-tree.c | |
parent | 341aad8d41ca8321d826e1ce012e4faf1a8be2a4 (diff) |
t: local VAR="VAL" (quote command substitution)
Future-proof test scripts that do
local VAR=VAL
without quoting VAL (which is OK in POSIX but broken in some shells)
that is a $(command substitution).
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions