Browse Source

Export HOME env var in chroot-wrapper

Emmanuel Bouthenot 9 years ago
parent
commit
485cab8d7e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/web/chroot-wrapper

+ 2 - 0
tools/web/chroot-wrapper

@@ -1,3 +1,5 @@
 #!/bin/sh
 
+export HOME="${HOME}"
+
 schroot -c "$(schroot -l | head -1)" -- "$(basename "${0}")" "${@}"