Skip to content

Commit 2bc826f

Browse files
committed
fix condition typo
1 parent 23eb987 commit 2bc826f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-avr-gcc.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ rm -rf objdir/{info,man,share}
8181

8282
# if producing a windows build, compress as zip and
8383
# copy *toolchain-precompiled* content to any folder containing a .exe
84-
[ if ${OUTPUT_TAG} == *"mingw"* ]; then
84+
if [[ ${OUTPUT_TAG} == *"mingw"* ]] ; then
8585

8686
rm -f avr-gcc-${OUTPUT_VERSION}-${OUTPUT_TAG}.zip
8787
mv objdir avr

0 commit comments

Comments
 (0)