diff options
author | Johannes Sixt <j6t@kdbg.org> | 2021-08-24 20:01:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-08-24 14:13:45 -0700 |
commit | f6a5af0f6218e82d18d79053ef49ea1c696cf167 (patch) | |
tree | cf2eb047c88de2727e71269216f4291a9465a100 /t/perf/p5310-pack-bitmaps.sh | |
parent | git-send-email: add option to specify sendmail command (diff) | |
download | tgif-f6a5af0f6218e82d18d79053ef49ea1c696cf167.tar.xz |
t9001: PATH must not use Windows-style paths
On Windows, $(pwd) returns a drive-letter style path C:/foo, while $PWD
contains a POSIX style /c/foo path. When we want to interpolate the
current directory in the PATH variable, we must not use the C:/foo style,
because the meaning of the colon is ambiguous. Use the POSIX style.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/perf/p5310-pack-bitmaps.sh')
0 files changed, 0 insertions, 0 deletions