Arduino/build
SATOH Fumiyasu ad65e53888 Use "$@" instead of bare $@ to protect arguments
Bash expands bare $@, and then do word-splitting and file-globing. It breaks command-line arguments
for arduino if command-line arguments for the wrapper script contains $IFS, '*', '?' and etc. characters.

Use "$@" in this case.
2016-01-06 22:09:04 +09:00
..
cmd Got rid of ANTLR: we never used it 2015-08-10 09:35:47 +02:00
linux Updated Linux install script to be flexible about different desktop folder locations. 2015-11-23 16:31:25 +01:00
macosx MacOSX: patched appbundler so that bundled JVM does NOT load jars from /Library/Java/Extensions 2015-08-19 10:28:45 +02:00
shared Use "$@" instead of bare $@ to protect arguments 2016-01-06 22:09:04 +09:00
windows Revert "Windows: patched launch4j to reduce the delay between pollings for the main" 2015-11-26 11:05:58 +01:00
.editorconfig Windows: got rid on JNA, thus no more UnsatisfiedLinkError (at least when accessing native OS functions). Fixes #3190 2015-05-20 16:33:33 +02:00
Bridge-1.6.0.zip.sha Updating arduino-builder to 1.2.4 2015-11-19 16:48:25 +01:00
Esplora-1.0.4.zip.sha Removing Esplora library from this repo. Downloaded at build time 2015-09-24 11:33:16 +02:00
Firmata-2.5.0.zip.sha Updating bundled Firmata to 2.5.0 2015-11-11 08:43:26 +01:00
Keyboard-1.0.0.zip.sha Updated and add libs 2015-10-28 16:43:33 +01:00
Mouse-1.0.0.zip.sha Updated and add libs 2015-10-28 16:43:33 +01:00
RobotIRremote-1.0.2.zip.sha Removing Robot* libraries from this repo. Downloaded at build time 2015-09-21 13:12:13 +02:00
Robot_Control-1.0.2.zip.sha Removing Robot* libraries from this repo. Downloaded at build time 2015-09-21 13:12:13 +02:00
Robot_Motor-1.0.2.zip.sha Removing Robot* libraries from this repo. Downloaded at build time 2015-09-21 13:12:13 +02:00
SpacebrewYun-1.0.0.zip.sha Removing SpacebrewYun library from this repo. Downloaded at build time 2015-09-21 13:16:39 +02:00
Temboo-1.1.4.zip.sha Updated and add libs 2015-10-28 16:43:33 +01:00
arduino-builder-linux32-1.3.6.tar.bz2.sha Updating arduino-builder to 1.3.6 2015-12-04 14:03:54 +01:00
arduino-builder-linux64-1.3.6.tar.bz2.sha Updating arduino-builder to 1.3.6 2015-12-04 14:03:54 +01:00
arduino-builder-macosx-1.3.6.tar.bz2.sha Updating arduino-builder to 1.3.6 2015-12-04 14:03:54 +01:00
arduino-builder-windows-1.3.6.zip.sha Updating arduino-builder to 1.3.6 2015-12-04 14:03:54 +01:00
build.xml Updating arduino-builder to 1.3.6 2015-12-04 14:03:54 +01:00
build_all_dist.bash MacOSX: switching to bundled JVM (1.8), deprecating java 6 2015-03-25 11:08:05 +01:00
build_pull_request.bash Linux: pull request script was missing linuxes bundled jvms 2015-06-10 08:47:16 +02:00
compile_everything.bash compile_everything.bash 2015-09-24 17:08:12 +02:00
create_reference.pl Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191 2015-05-20 17:10:06 +02:00
fetch.sh Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191 2015-05-20 17:10:06 +02:00
libastylej-2.05.1.zip.sha libastyle update was wrong. here is right one 2015-07-06 13:31:15 +02:00
readme.md Update readme.md 2015-08-10 09:07:55 +02:00

readme.md