Skip to content

Commit aee4cd7

Browse files
committed
Make sure OSX build uses bash 4+
1 parent befa8cc commit aee4cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AVR_VERSION=3.6.1
2-
BUILD_NUMBER=arduino1
2+
BUILD_NUMBER=arduino2
33

44
AVR_SOURCES="http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/${AVR_VERSION}"
55
ATMEL_PACKS_SOURCES="http://packs.download.atmel.com/"

package-avr-gcc.bash

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

100100
if [[ -f ${ATMEL_ATMEGA_PACK_FILENAME}.atpack ]] ; then
101101
#add extra files from atpack (only if the package is altrady there)
102-
./atpack.build.bash
102+
${BASH} ./atpack.build.bash
103103
fi
104104

105105
# if producing a windows build, compress as zip and

0 commit comments

Comments
 (0)