Issue #5, fix one failing test, two to go

On Max OS X, /bin/sh does not support echo -n option, but /bin/bash does
This commit is contained in:
Andrew Bettison 2012-08-24 18:40:30 +09:30
parent 25fbd6ffe0
commit 836a6d9b6a

View File

@ -54,7 +54,7 @@ setup_dnahelper() {
export SID_ECCLES=1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF1234567890ABCDE0
dnahelper="$TFWTMP/dnahelper"
cat >"$dnahelper" <<'EOF'
#!/bin/sh
#!/bin/bash
echo STARTED
while read line
do