diff --git a/includes.container/usr/bin/host-shell b/includes.container/usr/bin/host-shell index c447929..ec8f76c 100644 --- a/includes.container/usr/bin/host-shell +++ b/includes.container/usr/bin/host-shell @@ -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