Skip to content

Commit

Permalink
Fix up configure to work on systems without bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott MacVicar committed Aug 3, 2010
1 parent 55ec3fd commit b00ce7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

if [ "$1" = '--help' ] || [ "$1" = '-h' ]; then
echo 'usage: ./configure -Dvariable=argument ...\n'
Expand Down

0 comments on commit b00ce7f

Please sign in to comment.