fix updatemakes.sh indentation
This commit is contained in:
parent
199ff63e5f
commit
1e977e662f
@ -3,9 +3,9 @@
|
|||||||
makefiles=(makefile makefile.icc makefile.shared makefile.unix makefile.mingw)
|
makefiles=(makefile makefile.icc makefile.shared makefile.unix makefile.mingw)
|
||||||
|
|
||||||
function update_makefile() {
|
function update_makefile() {
|
||||||
perl filter.pl $1 tmplist
|
perl filter.pl $1 tmplist
|
||||||
sed -e 's/ *$//' < tmp.delme > $1
|
sed -e 's/ *$//' < tmp.delme > $1
|
||||||
rm -f tmp.delme
|
rm -f tmp.delme
|
||||||
}
|
}
|
||||||
|
|
||||||
bash genlist.sh > tmplist
|
bash genlist.sh > tmplist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user