Skip to content

Commit

Permalink
Merge pull request #376 from OctopusDeploy/enh-spacesinparams
Browse files Browse the repository at this point in the history
One small change in Linux Shell script to better support spaces in Project Names
  • Loading branch information
stopthatastronaut committed Jan 23, 2019
2 parents dc1c930 + bfaafc1 commit 6740f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildAssets/Octo
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ done
cd -P "$( dirname "$SOURCE" )"
# LTTNG_UST_REGISTER_TIMEOUT=0 is there to work around a bug in docker that causes an assertion violation in dotnet on first launch
# See https://github.com/dotnet/cli/issues/1582
LTTNG_UST_REGISTER_TIMEOUT=0 dotnet Octo.dll $*
LTTNG_UST_REGISTER_TIMEOUT=0 dotnet Octo.dll "$@"

0 comments on commit 6740f52

Please sign in to comment.