logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 4c995c4201370a54f5c9bceb3c74cff63d0f1ff2
parent 3ac578c0a8ea7d32c5f6302760c86d232ff29fa8
Author: Noémi Ványi <sitbackandwait@gmail.com>
Date:   Wed, 20 Dec 2017 18:42:06 +0100

remove the option of sourcing manage.sh

Diffstat:

Mmanage.sh8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/manage.sh b/manage.sh @@ -3,14 +3,6 @@ BASE_DIR="$(dirname -- "`readlink -f -- "$0"`")" export PATH="$BASE_DIR/node_modules/.bin":$PATH -# the script can be sourced to update the PATH -# see https://stackoverflow.com/questions/2683279/how-to-detect-if-a-script-is-being-sourced -if [ $_ != $0 ]; then - unset BASE_DIR - # sourced : exit now - return -fi - # subshell PYTHONPATH="$BASE_DIR" SEARX_DIR="$BASE_DIR/searx"