mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
fix cpp/preprocess.sh
This commit is contained in:
parent
dba7f480ed
commit
1ba330c473
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
function preprocess() {
|
||||
preprocess() {
|
||||
erb $1.erb > $1.tmp
|
||||
mv $1.tmp $1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue