RIOT/pkg/relic/os_util.sh
2016-11-14 13:22:15 +01:00

7 lines
108 B
Bash

OSNAME=`uname -s`
SEDBIN="sed -i"
if [ "${OSNAME}" = "Darwin" ] ; then
SEDBIN="sed -i ''"
LANG=C
fi