Skip to content

Commit

Permalink
do not hardcode bash path
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Sep 2, 2017
1 parent b2f5471 commit ac5af0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
aclocal -I m4
# Use the glibtoolize command in OSX
case "$OSTYPE" in
Expand Down

0 comments on commit ac5af0b

Please sign in to comment.