Skip to content

Commit

Permalink
gaffer.cmd : Use foward slashes in GAFFER_ROOT
Browse files Browse the repository at this point in the history
We're standardizing on using forward slashes everywhere possible for file paths. Changing `GAFFER_ROOT` at the wrapper level gives us the expected value (with /) without having to do special handling.
  • Loading branch information
ericmehl authored and johnhaddon committed Sep 28, 2022
1 parent 3c4d1a9 commit 892f4a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/gaffer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
setlocal EnableDelayedExpansion

set GAFFER_ROOT=%~dp0%..
set "GAFFER_ROOT=%GAFFER_ROOT:\=/%"

set HOME=%USERPROFILE%

Expand Down

0 comments on commit 892f4a3

Please sign in to comment.