diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-06-01 08:43:30 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-06-01 08:43:30 +0900 |
| commit | 3d3af3284e3a5fd03395b6694fd745491509aa64 (patch) | |
| tree | e7d5cac03eceb078b6c7ebf7acdb356481cd4bd5 /cpp/preprocess | |
| parent | eabcf15790a774ce718ae1738c6ddb407e1cd279 (diff) | |
| download | msgpack-python-3d3af3284e3a5fd03395b6694fd745491509aa64.tar.gz | |
cpp: adds Doxyfile
Diffstat (limited to 'cpp/preprocess')
| -rwxr-xr-x | cpp/preprocess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/preprocess b/cpp/preprocess index 1a5e6a3..1c169e9 100755 --- a/cpp/preprocess +++ b/cpp/preprocess @@ -6,6 +6,7 @@ preprocess() { echo "" echo "** preprocess failed **" echo "" + exit 1 else mv $1.tmp $1 fi |
