drop the useless version=2.0 and just print the git head

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent aea264ad6d
commit 45a5c6121f

@ -36,7 +36,7 @@ unset DD_UBOOT
unset KERNEL_DEB
unset USE_UENV
SCRIPT_VERSION="2.00"
GIT_VERSION=$(git rev-parse --short HEAD)
IN_VALID_UBOOT=1
#Should now be fixed, more b4 removal..
@ -1638,7 +1638,8 @@ function usage {
echo "usage: sudo $(basename $0) --mmc /dev/sdX --uboot <dev board>"
cat <<EOF
Script Version $SCRIPT_VERSION
Script Version git: ${GIT_VERSION}
-----------------------------
Bugs email: "bugs at rcn-ee.com"
Required Options:
@ -1787,6 +1788,10 @@ if [ "$IN_VALID_UBOOT" ] ; then
usage
fi
echo ""
echo "Script Version git: ${GIT_VERSION}"
echo "-----------------------------"
find_issue
detect_software
dl_bootloader

Loading…
Cancel
Save