Fixed udev_update branch support.

This commit is contained in:
Manuel Canales Esparcia 2006-03-25 14:15:49 +00:00
parent fa06e8ed89
commit c769ed171d

View file

@ -127,6 +127,9 @@ while test $# -gt 0 ; do
alpha*)
LFSVRS=alphabetical
;;
udev*)
LFSVRS=udev_update
;;
* )
echo "$1 is an unsupported version at this time."
exit 1