Skip to content

Commit

Permalink
mingw-w64-git: use /proc/cygdrive prefix in bin path when installing …
Browse files Browse the repository at this point in the history
…redirectors

Signed-off-by: A2uria <[email protected]>
  • Loading branch information
A2uria authored Jul 19, 2024
1 parent 907ead4 commit efe0c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw-w64-git/git.install
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mingw_prefix_path () {
}

bin_path () {
echo "$(cygpath -am / | sed 's/^\([A-Z]\):/\/\1/')/bin"
echo "$(cygpath -am / | sed 's/^\([A-Z]\):/\/proc\/cygdrive\/\1/')/bin"
}

copy_files () {
Expand Down

0 comments on commit efe0c50

Please sign in to comment.