Sfoglia il codice sorgente

Export HOME env var in chroot-wrapper

Emmanuel Bouthenot 10 anni fa
parent
commit
485cab8d7e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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}")" "${@}"