Skip to content

Commit

Permalink
Remove hardcoded SHELL
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Apr 18, 2024
1 parent e8f13a9 commit e332f78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions includes.container/usr/bin/host-shell
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ 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 e332f78

Please sign in to comment.