Explorar el Código

Export HOME env var in chroot-wrapper

Emmanuel Bouthenot hace 10 años
padre
commit
485cab8d7e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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}")" "${@}"