Kaynağa Gözat

Exit if dir is unchanged

master
Arun Prakash Jana 5 yıl önce
ebeveyn
işleme
877f7b4d62
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      plugins/fzcd

+ 2
- 0
plugins/fzcd Dosyayı Görüntüle

@@ -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


Yükleniyor…
İptal
Kaydet