From 213d671bf4859787fed3c9edec820b3eb89f5ec0 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Thu, 11 Aug 2011 23:58:41 +0200 Subject: [PATCH] remove unused variable --- summon-arm-toolchain | 1 - 1 file changed, 1 deletion(-) diff --git a/summon-arm-toolchain b/summon-arm-toolchain index b0b434f..e4979b1 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -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 -- 2.25.1