summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-11-23 16:00:23 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-11-23 16:00:23 +0000
commite6d2d5077950d4be06fcb255eeb5cc99b979d9fa (patch)
tree56783377f77146eb627c35651486631db6ff4e35 /test
parent16d28b3552c55dfe21c1d24ffa57da2140cb967a (diff)
downloadnixpkgs-e6d2d5077950d4be06fcb255eeb5cc99b979d9fa.tar
nixpkgs-e6d2d5077950d4be06fcb255eeb5cc99b979d9fa.tar.gz
nixpkgs-e6d2d5077950d4be06fcb255eeb5cc99b979d9fa.tar.bz2
nixpkgs-e6d2d5077950d4be06fcb255eeb5cc99b979d9fa.tar.lz
nixpkgs-e6d2d5077950d4be06fcb255eeb5cc99b979d9fa.tar.xz
nixpkgs-e6d2d5077950d4be06fcb255eeb5cc99b979d9fa.tar.zst
nixpkgs-e6d2d5077950d4be06fcb255eeb5cc99b979d9fa.zip
* Bring in /etc/profile.local.
svn path=/nixu/trunk/; revision=7092
Diffstat (limited to 'test')
-rw-r--r--test/boot-stage-2-init.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/boot-stage-2-init.sh b/test/boot-stage-2-init.sh
index d8bcf620d48..aa6f81e5f9b 100644
--- a/test/boot-stage-2-init.sh
+++ b/test/boot-stage-2-init.sh
@@ -115,6 +115,9 @@ done
 cat > /etc/profile <<EOF
 export PATH=$PATH
 export MODULE_DIR=$MODULE_DIR
+if test -f /etc/profile.local; then
+    source /etc/profile.local
+fi
 EOF