We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529804c commit 92c5524Copy full SHA for 92c5524
bootstrap.sh
@@ -8,7 +8,7 @@ cd third_party
8
cd -
9
10
# Common
11
-rm -r build && mkdir -p build && cd build
+rm -rf build && mkdir -p build && cd build
12
13
if [[ "$OSTYPE" == "darwin"* ]]; then
14
LIBS=$PWD/../third_party/mosquitto/build/lib/libmosquitto.dylib
test/api.lua
100644
100755
third_party/bootstrap.sh
@@ -4,7 +4,7 @@ set -e -x
4
5
cd mosquitto
6
git checkout v1.4.10
7
-rm -r build
+rm -rf build
mkdir -p build
cd build
0 commit comments