From a313f38c34585516bcad322e9f489ae8bac83f49 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 18 Oct 2010 17:48:49 -0700 Subject: [PATCH] use bash instead of sh in http_simple_bench.sh --- benchmark/http_simple_bench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/http_simple_bench.sh b/benchmark/http_simple_bench.sh index 79cbaa7..6ba8e06 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 -- 2.7.4