Skip to content

Commit

Permalink
gaffer.cmd : Use forward slashes in HOME variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl authored and johnhaddon committed Nov 18, 2022
1 parent b7ab582 commit 47bccb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gaffer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ setlocal EnableDelayedExpansion
set GAFFER_ROOT=%~dp0%..
set "GAFFER_ROOT=%GAFFER_ROOT:\=/%"

set HOME=%USERPROFILE%
set "HOME=%USERPROFILE:\=/%"

set GAFFER_JEMALLOC=0

Expand Down

0 comments on commit 47bccb6

Please sign in to comment.