Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Deeb-Swihart committed Jan 12, 2019
1 parent b28f093 commit d345663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/Darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion freshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit d345663

Please sign in to comment.