diff options
author | frsyuki <frsyuki@users.sourceforge.jp> | 2009-08-25 18:25:58 +0900 |
---|---|---|
committer | frsyuki <frsyuki@users.sourceforge.jp> | 2009-08-25 18:25:58 +0900 |
commit | 1ba330c4735082d917099fd8eb5fa1f89626cf93 (patch) | |
tree | 5f804d9113906f6cef9cdc46759be5a2301d3428 | |
parent | dba7f480edc6302eb9938bd3388a5042ba3c499a (diff) | |
download | msgpack-python-1ba330c4735082d917099fd8eb5fa1f89626cf93.tar.gz |
fix cpp/preprocess.sh
-rwxr-xr-x | cpp/preprocess.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/preprocess.sh b/cpp/preprocess.sh index 69d3b96..332dd9c 100755 --- a/cpp/preprocess.sh +++ b/cpp/preprocess.sh @@ -1,6 +1,6 @@ #!/bin/sh -function preprocess() { +preprocess() { erb $1.erb > $1.tmp mv $1.tmp $1 } |