diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-09 12:58:51 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-09 12:58:51 +0400 |
commit | 09c515370d18e794e4376b87cd0592d42f28e5b9 (patch) | |
tree | 0e3d6ba6eba6b5ce232f6d21312fee9587ccad8d /etc/profile | |
parent | cb627797d4c30667e7247597fc9a865942837c01 (diff) |
etc directory removed
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 |