Skip to content

Commit

Permalink
Force bash in host-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Apr 18, 2024
1 parent c3380fb commit baed515
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes.container/usr/bin/host-shell
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ if [ -z "${XDG_DATA_HOME}" ]; then
XDG_DATA_HOME="/home/${USER}/.local/share"
fi

SHELL=/bin/bash

if [ "$(basename "${0}")" != "host-shell" ]; then
host_command="$(basename "${0}")"
else
Expand Down

0 comments on commit baed515

Please sign in to comment.