-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[arccon] Add optional dotnet wrapper to prevent first time use race c…
…ondition. The wrapper is only used on Unix environment and may be disabled when setting CMake variable ARCCON_NO_WRAPPER_FOR_DOTNET.
- Loading branch information
1 parent
a780c35
commit e8db341
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/sh | ||
export HOME=@ARCCON_DOTNET_FAKEHOME@ | ||
# To disable telemetry | ||
export DOTNET_CLI_TELEMETRY_OPTOUT=1 | ||
|
||
@ARCCON_DOTNET_PATH@/dotnet "$@" |