Skip to content

Commit

Permalink
Run autogen.sh with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Feb 7, 2017
1 parent 41ee5ed commit 0a5f9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogen.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#!/bin/bash
aclocal -I m4
# Use the glibtoolize command in OSX
if [[ "$OSTYPE" == "darwin"* ]]; then
if [ "$OSTYPE" == "darwin"* ]; then
glibtoolize --force --copy
else
libtoolize --force --copy
Expand Down

0 comments on commit 0a5f9f8

Please sign in to comment.