main/alpine-baselayout: unset script variable in profile
Otherwise, the variable is set in the login shell session:
$ env -i sh -l
$ echo $script
/etc/profile.d/vte.sh
While at it, also always quote the script variable.
Otherwise, the variable is set in the login shell session:
$ env -i sh -l
$ echo $script
/etc/profile.d/vte.sh
While at it, also always quote the script variable.