From e8abcc1765da98885d03cb0ca0784cf332bf0ee0 Mon Sep 17 00:00:00 2001 From: frsyuki Date: Sun, 26 Sep 2010 11:36:57 +0900 Subject: cpp: sbuffer: check initial buffer size != 0 --- cpp/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/bootstrap') diff --git a/cpp/bootstrap b/cpp/bootstrap index a95c304..7f3a182 100755 --- a/cpp/bootstrap +++ b/cpp/bootstrap @@ -38,7 +38,7 @@ test -f ChangeLog || touch ChangeLog test -f NEWS || touch NEWS test -f README || cp -f README.md README -if ! ./preprocess; then +if test ! ./preprocess; then exit 1 fi -- cgit v1.2.1