Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/baselayout:master commit in: etc/
Date: Sat, 26 May 2018 22:52:18
Message-Id: 1527375024.6e06295fd89f6e0605406dabbd7684171c034d4e.williamh@gentoo
1 commit: 6e06295fd89f6e0605406dabbd7684171c034d4e
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 22:50:24 2018 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 22:50:24 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=6e06295f
7
8 etc/profile: typo fix
9
10 etc/profile | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/etc/profile b/etc/profile
14 index 8e92e824..05584351 100644
15 --- a/etc/profile
16 +++ b/etc/profile
17 @@ -28,7 +28,7 @@ fi
18 export PATH
19 unset ROOTPATH
20
21 -# process *.sh files in /etc/profiled.d
22 +# process *.sh files in /etc/profile.d
23 for sh in /etc/profile.d/*.sh ; do
24 [ -r "$sh" ] && . "$sh"
25 done