Removed support for the now obsolete alphabetical branch.

This commit is contained in:
Manuel Canales Esparcia 2006-04-07 17:23:31 +00:00
parent d46a46e037
commit 73e1720570
2 changed files with 0 additions and 2 deletions

View file

@ -49,7 +49,6 @@ ${BOLD} -V, --version${OFF}
${BOLD} -B, --book VER${OFF}
checkout VER version of the book. Supported versions at this time are:
dev* | trunk | SVN aliases for Development {C,H,B}LFS
alpha* aliases for the LFS alphabetical branch
udev* aliases for the LFS udev_update branch
${BOLD} -D --directory DIR${OFF}

View file

@ -113,7 +113,6 @@ while test $# -gt 0 ; do
echo "For stable 6.1.1 book, please use jhalfs-0.2."
exit 0
;;
alpha*) LFSVRS=alphabetical ;;
udev*) LFSVRS=udev_update ;;
* ) echo "$1 is an unsupported version at this time." ;;
esac