Skip to content

Commit

Permalink
add "-p" to "mkdir -p build" in setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Shafer committed Jun 14, 2017
1 parent eccb66e commit 5e95ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ ! -f configure ]; then
fi

echo "Creating build directory ..."
mkdir build
mkdir -p build

echo "Setup is complete. To build libslax:"

Expand Down

0 comments on commit 5e95ace

Please sign in to comment.