From 2130e961085ca8883d483544a7d33768ec2c2caf Mon Sep 17 00:00:00 2001
From: Nico Seessle
Date: Thu, 26 Apr 2001 23:22:36 +0000
Subject: [PATCH] Bug# 1530
Missing default-value for failOnError-attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268974 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/exec.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html
index 1f029efd8..6aa6fa860 100644
--- a/docs/manual/CoreTasks/exec.html
+++ b/docs/manual/CoreTasks/exec.html
@@ -57,7 +57,7 @@ systems.
failonerror |
Stop the buildprocess if the command exits with a
- returncode other than 0. |
+ returncode other than 0. Defaults to false
No |