summaryrefslogtreecommitdiff
path: root/runtest
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-02-08 22:24:59 +0100
committerantirez <antirez@gmail.com>2012-02-08 22:24:59 +0100
commitac834d237a1b094eecd6ac2f36aa47b52b49466f (patch)
treeabad6c0418275dff655108c8ccbfd9756596fe45 /runtest
parent01e95705f8d4b0d21cf892748eaf153f16fbf947 (diff)
downloadredis-ac834d237a1b094eecd6ac2f36aa47b52b49466f.tar.gz
A few small BSD related fixes.
Diffstat (limited to 'runtest')
-rwxr-xr-xruntest2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest b/runtest
index 2ea4d39be..0eb384c24 100755
--- a/runtest
+++ b/runtest
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
TCL=tclsh8.5
which $TCL
if [ "$?" != "0" ]