Tiny fix in pseudocode description of startwm.sh

I realize there's not much value in this PR, but I noticed this, so I thought I'd fix it 🙂
This commit is contained in:
otaconix 2022-12-21 11:54:05 +01:00 committed by matt335672
parent d459047924
commit a80e66e2d2

View File

@ -10,7 +10,7 @@
# Execution sequence for interactive login shell - pseudocode
#
# IF /etc/profile is readable THEN
# execute ~/.bash_profile
# execute /etc/profile
# END IF
# IF ~/.bash_profile is readable THEN
# execute ~/.bash_profile