mirror of
https://github.com/jarun/nnn.git
synced 2025-03-24 07:12:16 +00:00
Fix condition
This commit is contained in:
parent
816680ed01
commit
953643b9f1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ resp=f
|
|||
all=
|
||||
if type dragon-drag-and-drop >/dev/null 2>&1; then
|
||||
dnd="dragon-drag-and-drop"
|
||||
if type dragon-drop >/dev/null 2>&1; then
|
||||
elif type dragon-drop >/dev/null 2>&1; then
|
||||
dnd="dragon-drop"
|
||||
else
|
||||
dnd="dragon"
|
||||
|
|
Loading…
Add table
Reference in a new issue