Bug fix
This commit is contained in:
parent
b1c7734609
commit
1891150046
1 changed files with 4 additions and 1 deletions
|
@ -118,7 +118,10 @@ while test $# -gt 0 ; do
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
udev*) LFSVRS=udev_update ;;
|
udev*) LFSVRS=udev_update ;;
|
||||||
* ) echo "$1 is an unsupported version at this time." ;;
|
* )
|
||||||
|
echo "$1 is an unsupported version at this time."
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
echo "The requested version, ${L_arrow} ${BOLD}$1${OFF} ${R_arrow}, is undefined in the ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF} series."
|
echo "The requested version, ${L_arrow} ${BOLD}$1${OFF} ${R_arrow}, is undefined in the ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF} series."
|
||||||
|
|
Reference in a new issue