Skip to content

Commit

Permalink
Update qgis_deployment_toolbelt/utils/linux_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Julien <dev@ingeoveritas.com>
Signed-off-by: sigeal <sigeal@users.noreply.github.com>
  • Loading branch information
sigeal and Guts committed Jan 10, 2024
1 parent cb4640f commit 41a0437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis_deployment_toolbelt/utils/linux_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
qdt_block_comment_end = "# END QDT MANAGED BLOCK"
shell_path_to_names = {
"bash": ("/bin/bash", "/usr/bin/bash"),
"zsh": ("/bin/bash/zsh", "/usr/bin/zsh"),
"zsh": ("/bin/bash/zsh", "/usr/bin/zsh"), # TODO: support ZSH
}

# #############################################################################
Expand Down

0 comments on commit 41a0437

Please sign in to comment.