Explorar el Código

Minor fix in chroot-wrapper

Emmanuel Bouthenot hace 9 años
padre
commit
1f9daecdd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}" "${@}"