summaryrefslogtreecommitdiffstats
path: root/share/profile
diff options
context:
space:
mode:
Diffstat (limited to 'share/profile')
-rw-r--r--share/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/profile b/share/profile
index de64c87..a897491 100644
--- a/share/profile
+++ b/share/profile
@@ -25,7 +25,7 @@ if [ "${PS1-}" ]; then
fi
if [ -d /etc/profile.d ]; then
- for i in /etc/profile.d/*.sh; do
+ for i in $(run-parts --list --regex '^[a-zA-Z0-9_][a-zA-Z0-9._-]*\.sh$' /etc/profile.d); do
if [ -r $i ]; then
. $i
fi