Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #104 from netlify/fix-emacs
Browse files Browse the repository at this point in the history
Fix emacs install
  • Loading branch information
brycekahle committed Nov 20, 2017
2 parents 9380310 + ad0ff76 commit 4e0c6f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions run-build-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,9 @@ install_dependencies() {
fi

# Cask
if [ -n "Cask" ]
if [ -f Cask ]
then
cask install
if [ $? -eq 0 ]
if cask install
then
echo "Emacs packages installed"
fi
Expand Down

0 comments on commit 4e0c6f0

Please sign in to comment.