소스 검색

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}")" "${@}"