Skip to content

Commit

Permalink
configure: fix path to configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
hstern committed Sep 3, 2015
1 parent 12ee82a commit 46d55e3
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 @@ -26,7 +26,7 @@ EOS
fi
if [ "$1" = "-p" ]; then
if [ "$#" != 2 ]; then
./configure.sh --help
./configure --help
exit 1
fi
prefix="$2"
Expand Down

0 comments on commit 46d55e3

Please sign in to comment.