瀏覽代碼

Update chroot-wrapper

Emmanuel Bouthenot 10 年之前
父節點
當前提交
62ad7299c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/web/chroot-wrapper

+ 1 - 1
tools/web/chroot-wrapper

@@ -1,3 +1,3 @@
 #!/bin/sh
 
-schroot -c chroot:jessie --preserve-environment -- "$(basename "${0}")" "${@}"
+schroot -c "$(schroot -l | head -1)" -- "$(basename "${0}")" "${@}"