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