This website works better with JavaScript.
Explore
Help
Sign In
marc
/
RIOT
Watch
1
Star
0
Fork
You've already forked RIOT
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82e68b008c
master
pr/rotary
patch-1
pr/spi.typo
pr/gpio
cc430
dev/timer
2014.12
2014.05
2014.01
2013.08
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '82e68b008c'
${ noResults }
RIOT
/
pkg
/
relic
/
os_util.sh
7 lines
108 B
Bash
Raw
Blame
History
OSNAME
=
`
uname -s
`
SEDBIN
=
"sed -i"
if
[
"
${
OSNAME
}
"
=
"Darwin"
]
;
then
SEDBIN
=
"sed -i ''"
LANG
=
C
fi
Reference in New Issue
View Git Blame
Copy Permalink