summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system/shadow.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm
index f0749972d2c..f864a4f692e 100644
--- a/gnu/system/shadow.scm
+++ b/gnu/system/shadow.scm
@@ -199,9 +199,9 @@ export PATH=/run/setuid-programs:$PATH
199(define %default-zprofile 199(define %default-zprofile
200 (plain-file "zprofile" "\ 200 (plain-file "zprofile" "\
201# Set up the system, user profile, and related variables. 201# Set up the system, user profile, and related variables.
202source /etc/profile 202emulate sh -c '. /etc/profile'
203# Set up the home environment profile. 203# Set up the home environment profile.
204source ~/.profile 204emulate sh -c '. ~/.profile'
205")) 205"))
206 206
207(define %default-xdefaults 207(define %default-xdefaults