Browse Source

Minor fix in chroot-wrapper

Emmanuel Bouthenot 8 years ago
parent
commit
1f9daecdd8
1 changed files with 1 additions and 1 deletions
  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}" "${@}"