forked from mirror/nnn
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…
Reference in a new issue