summaryrefslogtreecommitdiff
path: root/bin/search.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/search.sh')
-rwxr-xr-xbin/search.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/search.sh b/bin/search.sh
index 5f68dfbb5..f8e6e12fd 100755
--- a/bin/search.sh
+++ b/bin/search.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
cd "`dirname $0`"
port=$(grep ^port= ../DATA/SETTINGS/yacy.conf |cut -d= -f2)
./search1.sh -y localhost:$port "$1" \ No newline at end of file