summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2018-05-26 17:50:24 -0500
committerWilliam Hubbs <williamh@gentoo.org>2018-05-26 17:50:24 -0500
commit6e06295fd89f6e0605406dabbd7684171c034d4e (patch)
treed0a7b6162fca0a1f5b245f24270d5eac1e0c74fd /etc
parentMakefile: do not touch .keep file if it already exists (diff)
downloadbaselayout-6e06295fd89f6e0605406dabbd7684171c034d4e.tar.gz
baselayout-6e06295fd89f6e0605406dabbd7684171c034d4e.tar.bz2
baselayout-6e06295fd89f6e0605406dabbd7684171c034d4e.zip
etc/profile: typo fix
Diffstat (limited to 'etc')
-rw-r--r--etc/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile b/etc/profile
index 8e92e824..05584351 100644
--- a/etc/profile
+++ b/etc/profile
@@ -28,7 +28,7 @@ fi
export PATH
unset ROOTPATH
-# process *.sh files in /etc/profiled.d
+# process *.sh files in /etc/profile.d
for sh in /etc/profile.d/*.sh ; do
[ -r "$sh" ] && . "$sh"
done