fix cpp/preprocess.sh

This commit is contained in:
frsyuki 2009-08-25 18:25:58 +09:00
parent dba7f480ed
commit 1ba330c473

View File

@ -1,6 +1,6 @@
#!/bin/sh
function preprocess() {
preprocess() {
erb $1.erb > $1.tmp
mv $1.tmp $1
}