Fixed EOLs.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11753 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
4738ea4a13
commit
b88dd92734
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [ $# -eq 0 ]
|
if [ $# -eq 0 ]
|
||||||
then
|
then
|
||||||
find ../.. -name "chconf.h" -exec bash update_chconf.sh "{}" \;
|
find ../.. -name "chconf.h" -exec bash update_chconf_rt.sh "{}" \;
|
||||||
elif [ $# -eq 1 ]
|
elif [ $# -eq 1 ]
|
||||||
then
|
then
|
||||||
if egrep -q "_CHIBIOS_RT_CONF_" $1
|
if egrep -q "_CHIBIOS_RT_CONF_" $1
|
||||||
|
|
Loading…
Reference in New Issue