Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-19 04:48:49 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-10-19 04:48:49 +0400
commita313f38c34585516bcad322e9f489ae8bac83f49 (patch)
treeb5e4f24fcdadf4a559af8fbc50b31082143a5090 /benchmark
parent1b2f6f9e29bf7137e177b8d9b600fe558d36f512 (diff)
use bash instead of sh in http_simple_bench.sh
Diffstat (limited to 'benchmark')
-rwxr-xr-xbenchmark/http_simple_bench.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/http_simple_bench.sh b/benchmark/http_simple_bench.sh
index 79cbaa79cfb..6ba8e0664dc 100755
--- a/benchmark/http_simple_bench.sh
+++ b/benchmark/http_simple_bench.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
SERVER=127.0.0.1
PORT=8000