diff --git a/deps/Darwin.sh b/deps/Darwin.sh index f1d9b36..450fde1 100644 --- a/deps/Darwin.sh +++ b/deps/Darwin.sh @@ -5,7 +5,7 @@ if [ ! -d /usr/local/Cellar ]; then fi # Install homebrew packages -if [ -d "$(pwd)/extra/brew-leaves"]; then +if [ -d "$(pwd)/extra/brew-leaves" ]; then echo "Installing homebrew packages" <"$(pwd)/extra/brew-leaves" xargs brew install fi diff --git a/freshrc b/freshrc index 904e96d..99af95f 100644 --- a/freshrc +++ b/freshrc @@ -36,7 +36,7 @@ for binf in "$SRCD/bin"/*; do done ## platform-specific setup -un-$(uname -s) +un=$(uname -s) if [ -d "${SRCD}/bin/${un}" ]; then for binf in "${SRCD}"/bin/${un}/*; do binf=$(basename "${binf}")