Skip to content

Commit

Permalink
Changing "mkdir build -p" to "mkdir -p build"
Browse files Browse the repository at this point in the history
Putting the command-line switch first on the line for OSX
compatibility. Linux handles it ok either way.
  • Loading branch information
we7u committed Aug 10, 2016
1 parent 43ba3bb commit 8097326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

mkdir build -p
mkdir -p build
cd build
qmake ../xastir-qt.pro
make
Expand Down

0 comments on commit 8097326

Please sign in to comment.