Kaynağa Gözat

Favor selection over current for nmv

master
KlzXS 3 yıl önce
ebeveyn
işleme
c9c1d0d454
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: FF9B81B098D5BACA
1 değiştirilmiş dosya ile 3 ekleme ve 6 silme
  1. +3
    -6
      plugins/.nmv

+ 3
- 6
plugins/.nmv Dosyayı Görüntüle

@@ -27,12 +27,9 @@ exit_status=0
dst_file=$(mktemp "$TMPDIR/.nnnXXXXXX")

if [ -s "$selection" ]; then
printf "Rename 'c'urrent / 's'election? "
read -r resp

if ! [ "$resp" = "c" ] && ! [ "$resp" = "s" ]; then
exit 1
fi
resp="s"
else
resp="c"
fi

if [ "$resp" = "s" ]; then


Yükleniyor…
İptal
Kaydet