aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library.js')
-rw-r--r--src/library.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index ebd80daf..d4b8078f 100644
--- a/src/library.js
+++ b/src/library.js
@@ -3564,7 +3564,7 @@ LibraryManager.library = {
ENV['USER'] = 'root';
ENV['PATH'] = '/';
ENV['PWD'] = '/';
- ENV['HOME'] = '/';
+ ENV['HOME'] = '/home/emscripten';
ENV['LANG'] = 'en_US.UTF-8';
ENV['_'] = './this.program';
// Allocate memory.