Skip to content

Commit

Permalink
Fix bashism
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 5, 2020
1 parent b6209da commit 5e07868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ elif [ `uname` = "Darwin" ]; then
PKG_LIBS="-L$BREWDIR/opt/imagemagick@6/lib -lMagick++-6.Q16"
else
curl -sfL "https://autobrew.github.io/scripts/$PKG_BREW_NAME" > autobrew
source autobrew
. ./autobrew
fi
fi

Expand Down

0 comments on commit 5e07868

Please sign in to comment.