Forráskód Böngészése

Minor fix in chroot-wrapper

Emmanuel Bouthenot 9 éve
szülő
commit
1f9daecdd8
1 módosított fájl, 1 hozzáadás és 1 törlés
  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}" "${@}"