Răsfoiți Sursa

Minor fix in chroot-wrapper

Emmanuel Bouthenot 9 ani în urmă
părinte
comite
1f9daecdd8
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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}" "${@}"