mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 13:33:51 +01:00
fix cpp/preprocess.sh
This commit is contained in:
parent
dba7f480ed
commit
1ba330c473
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
function preprocess() {
|
preprocess() {
|
||||||
erb $1.erb > $1.tmp
|
erb $1.erb > $1.tmp
|
||||||
mv $1.tmp $1
|
mv $1.tmp $1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user