Przeglądaj źródła

Exit if dir is unchanged

master
Arun Prakash Jana 5 lat temu
rodzic
commit
877f7b4d62
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      plugins/fzcd

+ 2
- 0
plugins/fzcd Wyświetl plik

@@ -26,6 +26,8 @@ fi
if [ -n "$sel" ]; then
if ! [ -d "$sel" ]; then
sel=$(dirname "$sel")
elif [ "$sel" = "." ]; then
exit 0
fi

# Remove "./" prefix if it exists


Ładowanie…
Anuluj
Zapisz