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 1f1e699 commit 9af7951Copy full SHA for 9af7951
scripts/build.sh
@@ -14,7 +14,7 @@ DISTDIR=dist
14
(
15
cd $BASEDIR
16
mkdir -p $DISTDIR
17
- rm -r $DISTDIR/*
+ rm -rf $DISTDIR/*
18
19
for d in opentelemetry-api/ opentelemetry-sdk/ ext/*/ ; do
20
0 commit comments