Browse Source

Remove bash_profile, adjust end of file line

Brittany Mazza 10 years ago
parent
commit
29d0ed91b5

+ 0 - 1
frameworks/CSharp/evhttp-sharp/bash_profile.sh

@@ -1 +0,0 @@
-#!/bin/bash

+ 2 - 1
frameworks/CSharp/evhttp-sharp/setup.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
 #!/bin/bash
+
 set -e
 set -e
 
 
 #mono environment variables
 #mono environment variables
@@ -12,4 +13,4 @@ xbuild src/EvHttpSharpBenchmark.csproj /p:Configuration=Release
 
 
 export MONO_GC_PARAMS=nursery-size=64m
 export MONO_GC_PARAMS=nursery-size=64m
 
 
-mono -O=all $TROOT/src/bin/Release/EvHttpSharpBenchmark.exe 127.0.0.1 8085 $MAX_THREADS &
+mono -O=all $TROOT/src/bin/Release/EvHttpSharpBenchmark.exe 127.0.0.1 8085 $MAX_THREADS &