Skip to content

Commit

Permalink
Adding the help option back to configure. Somehow it was removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jegonzal committed Jun 25, 2012
1 parent 9965e3f commit f73e5ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ while [ $# -gt 0 ]
shift
done

if [ $print_help ]; then
print_help;
fi


if [ $run_cleanup ]; then
run_cleanup
fi
Expand Down

0 comments on commit f73e5ca

Please sign in to comment.