Procházet zdrojové kódy

remove the option of sourcing manage.sh

Noémi Ványi před 7 roky
rodič
revize
4c995c4201
1 změnil soubory, kde provedl 0 přidání a 8 odebrání
  1. 0
    8
      manage.sh

+ 0
- 8
manage.sh Zobrazit soubor

@@ -3,14 +3,6 @@
3 3
 BASE_DIR="$(dirname -- "`readlink -f -- "$0"`")"
4 4
 export PATH="$BASE_DIR/node_modules/.bin":$PATH
5 5
 
6
-# the script can be sourced to update the PATH
7
-# see https://stackoverflow.com/questions/2683279/how-to-detect-if-a-script-is-being-sourced
8
-if [ $_ != $0 ]; then
9
-    unset BASE_DIR
10
-    # sourced : exit now
11
-    return
12
-fi
13
-
14 6
 # subshell
15 7
 PYTHONPATH="$BASE_DIR"
16 8
 SEARX_DIR="$BASE_DIR/searx"