remove unused variable
[summon-arm-toolchain.git] / summon-arm-toolchain
index c97e5f85a4a173a8fd611e69ffd2380034e42125..e4979b135998855e8623def6a1cc76cc1757e70e 100755 (executable)
@@ -4,6 +4,7 @@
 
 # adapted for r0ket <http://r0ket.badge.events.ccc.de> development by
 # Matthias Rampke <matthias@rampke.de>
+# requires Homebrew <https://mxcl.github.com/homebrew>
 
 # Stop if any command fails
 set -e
@@ -15,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