From 6858be5cce94ff9e788232c20ebc5ff3b8aa8104 Mon Sep 17 00:00:00 2001 From: Magesh Umasankar Date: Thu, 18 Apr 2002 18:02:56 +0000 Subject: [PATCH] Search $PATH to see if rpm is available if it is not present in normal locations. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272515 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 51fbde9e4..0a3a59f9a 100644 --- a/build.xml +++ b/build.xml @@ -965,8 +965,13 @@ - + + + + + + +