Fix condition

This commit is contained in:
Arun Prakash Jana 2022-02-21 02:01:03 +05:30
parent 816680ed01
commit 953643b9f1
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ resp=f
all= all=
if type dragon-drag-and-drop >/dev/null 2>&1; then if type dragon-drag-and-drop >/dev/null 2>&1; then
dnd="dragon-drag-and-drop" 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" dnd="dragon-drop"
else else
dnd="dragon" dnd="dragon"