Преглед на файлове

Prevents circular sourcing if shell is #/bin/sh

Closes #203.
pull/192/merge
William Ting преди 11 години
родител
ревизия
72fe7e391d
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. +5
    -1
      bin/autojump.sh

+ 5
- 1
bin/autojump.sh Целия файл

@ -2,8 +2,12 @@
shell=`echo ${SHELL} | awk -F/ '{ print $NF }'`
# prevent circular loop for sh shells
if [ "${shell}" == "sh" ]; then
exit 0
# check local install
if [ -s ~/.autojump/etc/profile.d/autojump.${shell} ]; then
elif [ -s ~/.autojump/etc/profile.d/autojump.${shell} ]; then
source ~/.autojump/etc/profile.d/autojump.${shell}
# check global install

Зареждане…
Отказ
Запис