summaryrefslogtreecommitdiff
path: root/bin/checkindex.sh
diff options
context:
space:
mode:
authorMarc Nause <marc.nause@audioattack.de>2015-02-23 22:54:49 +0100
committerMarc Nause <marc.nause@audioattack.de>2015-02-23 22:54:49 +0100
commit53e4ae65d0bca0ff8fb6b2a766742de87d1691d6 (patch)
tree17b1eef9b2affe32d235b6636df32b7f8d2ed4fe /bin/checkindex.sh
parentba276d3e64f95cce4c44dafcc3fe5d3352057484 (diff)
Changes to improve compatibility with OpenBSD. (see
http://forum.yacy-websuche.de/viewtopic.php?f=8&t=5503)
Diffstat (limited to 'bin/checkindex.sh')
-rwxr-xr-xbin/checkindex.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/checkindex.sh b/bin/checkindex.sh
index e8270bd4e..c93625080 100755
--- a/bin/checkindex.sh
+++ b/bin/checkindex.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
cd "`dirname $0`/.."
for i in DATA/INDEX/* ; do
if [ -d "$i" ]; then