Browse Source

Export HOME env var in chroot-wrapper

Emmanuel Bouthenot 10 năm trước cách đây
mục cha
commit
485cab8d7e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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}")" "${@}"