]> git.ipfire.org Git - thirdparty/libarchive.git/commit
On Windows, it is possible that the program name should have a slash '/'
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 20 Feb 2012 08:14:57 +0000 (17:14 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 20 Feb 2012 20:25:38 +0000 (05:25 +0900)
commitbabdd86eda580d4a4b2e775de4ad061aab784c87
tree6e1ddf64c2e72d0006657f8a921d147e733b7835
parent26da5c7450a878f9f9b936c9ced96cf9b3de81d2
On Windows, it is possible that the program name should have a slash '/'
character not only a backslash '\' character. We have to check both
a slash and a backslash to get the running program name of bsdcpio or
bsdtar.
cpio/cpio.c
tar/bsdtar.c