remove unused variable
authorMatthias Rampke <matthias@rampke.de>
Thu, 11 Aug 2011 21:58:41 +0000 (23:58 +0200)
committerMatthias Rampke <matthias@rampke.de>
Thu, 11 Aug 2011 21:58:41 +0000 (23:58 +0200)
summon-arm-toolchain

index b0b434f753986a8d4808d18dd3f5d34f6ec945cd..e4979b135998855e8623def6a1cc76cc1757e70e 100755 (executable)
@@ -16,7 +16,6 @@ set -e
 TARGET=arm-eabi                # Or: TARGET=arm-elf
 PREFIX=${HOME}/arm     # Install location of your final toolchain
 PARALLEL=                      # Or: PARALLEL="-j 5" for 4 CPUs
-DARWIN_CELLAR=$(brew --cellar) # Path in which MacPorts or Fink is installed
 # Set to 'sudo' if you need superuser privileges while installing
 SUDO=''
 # Set to 1 to be quieter while running