Explorar el Código

Exit if dir is unchanged

master
Arun Prakash Jana hace 5 años
padre
commit
877f7b4d62
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      plugins/fzcd

+ 2
- 0
plugins/fzcd Ver fichero

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


Cargando…
Cancelar
Guardar