This commit is contained in:
Manuel Canales Esparcia 2006-04-13 18:08:49 +00:00
parent b1c7734609
commit 1891150046

View file

@ -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."