Fixed udev_update branch support.
This commit is contained in:
parent
fa06e8ed89
commit
c769ed171d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue