diff options
author | 2018-05-26 17:50:24 -0500 | |
---|---|---|
committer | 2018-05-26 17:50:24 -0500 | |
commit | 6e06295fd89f6e0605406dabbd7684171c034d4e (patch) | |
tree | d0a7b6162fca0a1f5b245f24270d5eac1e0c74fd /etc | |
parent | Makefile: do not touch .keep file if it already exists (diff) | |
download | baselayout-6e06295fd89f6e0605406dabbd7684171c034d4e.tar.gz baselayout-6e06295fd89f6e0605406dabbd7684171c034d4e.tar.bz2 baselayout-6e06295fd89f6e0605406dabbd7684171c034d4e.zip |
etc/profile: typo fix
Diffstat (limited to 'etc')
-rw-r--r-- | etc/profile | 2 |
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 |