This commit is contained in:
Marc Beninca 2024-11-20 09:42:44 +01:00
parent dc0540c4ca
commit 96f0697e37
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,5 +1,5 @@
SH_NAME="sh"
SH_SHELL="$(cat /proc/$$/comm)"
SH_SHELL="$(cat /proc/${$}/comm)"
export SH_SHELL
SH_ROOT="/etc/${SH_NAME}"