Browse Source

Minor fix in chroot-wrapper

Emmanuel Bouthenot 9 năm trước cách đây
mục cha
commit
1f9daecdd8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/web/chroot-wrapper

+ 1 - 1
tools/web/chroot-wrapper

@@ -11,4 +11,4 @@ case "${BASENAME}" in
         ;;
 esac
 
-schroot -c "$(schroot -l | head -1)" -- "${BASENAME}" "${@}"
+schroot -c "$(schroot -l | tail -n 1)" -- "${BASENAME}" "${@}"