]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - tools/install-gnuarm4.sh
typofix in install-gnuarm4 script
[proxmark3-svn] / tools / install-gnuarm4.sh
index 0f1f60ad38101dc2053cee708587da7d5c7af94b..59fdd959bc55afb208469e6f3ae22aeb1232d2b4 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
 # Some things for you to configure
-BINUTILS_VER="2.19.1"
+BINUTILS_VER="2.19.1a"
 GCC_VER="4.3.3"
-GDB_VER="6.8"
+GDB_VER="6.8a"
 NEWLIB_VER="1.17.0"
 GMP_VER="4.2.4"
 MPFR_VER="2.4.2"
-INSIGHT_VER="6.8"
+INSIGHT_VER="6.8a"
 
 # Where you want to install the tools
 if [ "${1}" = "" ]; then
@@ -163,7 +163,7 @@ else
 
   # IMPORTANT: Here is the number of .tar. archives downloaded above. Please update if new .tar. are added to download list.
   if [[ `ls -1 *.tar.bz2 *.tar.gz | wc -l` != 8 ]]; then
-    echo "Seems like not all prerequisite files donwloaded... Exiting."
+    echo "Seems like not all prerequisite files downloaded... Exiting."
     exit 1
   else
     touch all.downloaded
Impressum, Datenschutz