We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23eb987 commit 2bc826fCopy full SHA for 2bc826f
package-avr-gcc.bash
@@ -81,7 +81,7 @@ rm -rf objdir/{info,man,share}
81
82
# if producing a windows build, compress as zip and
83
# copy *toolchain-precompiled* content to any folder containing a .exe
84
-[ if ${OUTPUT_TAG} == *"mingw"* ]; then
+if [[ ${OUTPUT_TAG} == *"mingw"* ]] ; then
85
86
rm -f avr-gcc-${OUTPUT_VERSION}-${OUTPUT_TAG}.zip
87
mv objdir avr
0 commit comments