about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/singularity/env.patch
blob: bc3be363bb818885b8b452762247b320fe217924 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/libexec/functions b/libexec/functions
index bc68107..6c2211c 100644
--- a/libexec/functions
+++ b/libexec/functions
@@ -29,16 +29,6 @@ if [ -z "${SINGULARITY_MESSAGELEVEL:-}" ]; then
     SINGULARITY_MESSAGELEVEL=5
 fi
 
-if [ -z "${USER:-}" ]; then
-    USER=`id -un`
-    export USER
-fi
-if [ -z "${HOME:-}" ]; then
-    HOME=`getent passwd "$USER" | cut -d : -f 6`
-    export HOME
-fi
-
-
 message() {
     LEVEL="${1:-}"
     MESSAGE="${2:-}"