Skip to content

main/alpine-baselayout: unset script variable in profile

Sören Tempel requested to merge nmeum/aports:profile-unset-scripts into master

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.

Merge request reports