1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/relic/os_util.sh

8 lines
123 B
Bash
Raw Normal View History

2016-11-10 16:21:01 +01:00
OSNAME=`uname -s`
SEDBIN="sed -i"
if [ "${OSNAME}" = "Darwin" ] ; then
SEDBIN="sed -i ''"
LANG=C
LC_CTYPE=C
2016-11-10 16:21:01 +01:00
fi