mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
123 B
Bash
8 lines
123 B
Bash
OSNAME=`uname -s`
|
|
SEDBIN="sed -i"
|
|
if [ "${OSNAME}" = "Darwin" ] ; then
|
|
SEDBIN="sed -i ''"
|
|
LANG=C
|
|
LC_CTYPE=C
|
|
fi
|