Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure: early error when a space is in the source path
  • Loading branch information
perexg committed Jul 3, 2015
1 parent b6d4dda commit d7b31c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure
Expand Up @@ -57,6 +57,10 @@ OPTIONS=(

. "$ROOTDIR/support/configure.inc"

case "$ROOTDIR" in
*\ * ) die "The source directory contains a space. It is not supported."
esac

# ###########################################################################
# Parse arguments
# ###########################################################################
Expand Down

0 comments on commit d7b31c8

Please sign in to comment.