diff --git a/cpp/bootstrap b/cpp/bootstrap index 7f3a182a..1ff6b76e 100755 --- a/cpp/bootstrap +++ b/cpp/bootstrap @@ -38,7 +38,8 @@ test -f ChangeLog || touch ChangeLog test -f NEWS || touch NEWS test -f README || cp -f README.md README -if test ! ./preprocess; then +./preprocess +if [ $? -ne 0 ]; then exit 1 fi