Skip to content

Commit

Permalink
Dont fail because the directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
voidplayer committed Oct 2, 2017
1 parent b49d190 commit b0d7494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd "$srcdir"

mkdir m4 || exit 1
mkdir -p m4 || exit 1

autoreconf -v --install || exit $?
cd "$ORIGDIR" || exit $?
Expand Down

0 comments on commit b0d7494

Please sign in to comment.