A few small BSD related fixes.

This commit is contained in:
antirez
2012-02-08 22:24:59 +01:00
parent 01e95705f8
commit ac834d237a
4 changed files with 11 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
TCL=tclsh8.5
which $TCL
if [ "$?" != "0" ]