Arun Prakash Jana
hace 5 años
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
1 adiciones y
1 borrados
-
plugins/imgsxiv
|
|
@@ -9,7 +9,7 @@ |
|
|
|
if command -v sxiv >/dev/null 2>&1; then |
|
|
|
if ! [ -z "$1" ]; then |
|
|
|
if [ -f "$1" ]; then |
|
|
|
sxiv -q "$PWD" |
|
|
|
sxiv -q "$1" "$PWD" |
|
|
|
elif [ -d "$1" ] || [ -h "$1" ]; then |
|
|
|
sxiv -qt "$1" |
|
|
|
fi |
|
|
|