Skip to content

Commit d9da77d

Browse files
committed
Reduce verbosity when unpacking llvm
1 parent c5d8bd8 commit d9da77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-arduino-preprocessor.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function fetch_llvm {
5050

5151
rm -rf clang
5252
mkdir clang
53-
tar xfv $fetched -C clang --strip-components=1
53+
tar xf $fetched -C clang --strip-components=1
5454
}
5555

5656
#if [[ $CROSS_COMPILE == "mingw" ]] ; then

0 commit comments

Comments
 (0)