diff options
author | Noémi Ványi <sitbackandwait@gmail.com> | 2017-12-20 18:42:06 +0100 |
---|---|---|
committer | Noémi Ványi <sitbackandwait@gmail.com> | 2018-02-21 20:46:58 +0100 |
commit | 4c995c4201370a54f5c9bceb3c74cff63d0f1ff2 (patch) | |
tree | d8e931d447e4a0833a51ae5e375ce4ca4ccf5010 /manage.sh | |
parent | 3ac578c0a8ea7d32c5f6302760c86d232ff29fa8 (diff) | |
download | searxng-4c995c4201370a54f5c9bceb3c74cff63d0f1ff2.tar.gz searxng-4c995c4201370a54f5c9bceb3c74cff63d0f1ff2.zip |
remove the option of sourcing manage.sh
Diffstat (limited to 'manage.sh')
-rwxr-xr-x | manage.sh | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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" |