diff options
Diffstat (limited to 'etc/profile')
-rw-r--r-- | etc/profile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/profile b/etc/profile deleted file mode 100644 index 93b503d..0000000 --- a/etc/profile +++ /dev/null @@ -1,10 +0,0 @@ -# If the /etc/profile.d directory is not sourced automatically -# append this code to /etc/profile - -# Load profiles from /etc/profile.d -if test -d /etc/profile.d/; then - for profile in /etc/profile.d/*.sh; do - test -r "$profile" && . "$profile" - done - unset profile -fi |