diff options
| author | Marc Nause <marc.nause@audioattack.de> | 2014-08-25 22:47:33 +0200 |
|---|---|---|
| committer | Marc Nause <marc.nause@audioattack.de> | 2014-08-25 22:47:33 +0200 |
| commit | 8d1b66accca613e0b79f075cda336c95be6bcf57 (patch) | |
| tree | d05960f01220361d229a23ddbf581f3bcff48d53 /bin/searchtestmulti.sh | |
| parent | 1fdcc2d67b90a584877670db2a1174bbe13b04ca (diff) | |
Fix for http://mantis.tokeek.de/view.php?id=432
*) replaced all shebangs with more universal versions
Diffstat (limited to 'bin/searchtestmulti.sh')
| -rwxr-xr-x | bin/searchtestmulti.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/searchtestmulti.sh b/bin/searchtestmulti.sh index bc2a18e53..b31fb4e3a 100755 --- a/bin/searchtestmulti.sh +++ b/bin/searchtestmulti.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh cd "`dirname $0`" ./searchtest.sh ../test/words/searchtest.words.aa & sleep 1 |
