From 6dc325fe1527c0350c4b4d05da8c37e6b630d896 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Fri, 13 Oct 2006 23:27:23 +0000 Subject: [PATCH] Added default value to CUSTOM_TOOLS parameter --- jhalfs | 1 + 1 file changed, 1 insertion(+) diff --git a/jhalfs b/jhalfs index d6bf082..4d0289c 100755 --- a/jhalfs +++ b/jhalfs @@ -107,6 +107,7 @@ STRIP=${STRIP:=n} REPORT=${REPORT:=n} VIMLANG=${VIMLANG:-n} GRSECURITY_HOST=${GRSECURITY_HOST:-n} +CUSTOM_TOOLS=${CUSTOM_TOOLS:-n} # Book surces envars BRANCH_ID=${BRANCH_ID:=development}