Skip to content
Snippets Groups Projects
Commit ee815497 authored by rswindell's avatar rswindell
Browse files

Fixed Unix shell ";SHELL" command.

parent f898d0e6
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ if_true
return
end_if
compare_str "DOS"
compare_str "DOS" # DOS/Windows shell
if_true
chksyspass
if_true
......@@ -224,12 +224,12 @@ if_true
return
end_if
compare_str "SHELL" # OS-independant shell
compare_str "SHELL" # Unix shell (-i for interactive)
if_true
chksyspass
if_true
exec_int "%y"
end_if
exec_int "%y -i"
end_if
return
end_if
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment