DISTORTEC / distortos

object-oriented C++ RTOS for microcontrollers
https://distortos.org/
Mozilla Public License 2.0
434 stars 67 forks source link

Fixing compilation on Linux Mint 17.1 (Ubuntu 14.04) #9

Closed jasmin-j closed 8 years ago

jasmin-j commented 8 years ago

On Linux Mint 17.1 (Ubuntu 14.04 based), awk is located in "/usr/bin/". Ubuntu uses dash for /bin/sh and dash doesn't support the "source" keyword. This is a bash extension. The POSIX command for sourcing other scripts is '.' .

Signed-off-by: Jasmin Jessich jasmin@anw.at

KamilSzczygiel commented 8 years ago

Please see the comment in pull request #10 about the "one commit == one logical change" principle. Also please update the date in the headers when you change the files.

jasmin-j commented 8 years ago

Will be fixed by @gkostka in pull request #11. -> This pull request will be closed.