diff options
Diffstat (limited to 'www/cocoon/files/patch-build.sh')
-rw-r--r-- | www/cocoon/files/patch-build.sh | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/www/cocoon/files/patch-build.sh b/www/cocoon/files/patch-build.sh index 861dc2b..08f852f 100644 --- a/www/cocoon/files/patch-build.sh +++ b/www/cocoon/files/patch-build.sh @@ -1,8 +1,17 @@ ---- build.sh.orig Thu Nov 4 13:14:57 2004 -+++ build.sh Thu Nov 4 13:15:01 2004 +--- build.sh.orig Wed Mar 23 12:44:13 2005 ++++ build.sh Wed Jul 27 18:50:50 2005 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e # Copyright 1999-2004 The Apache Software Foundation # +@@ -27,7 +27,7 @@ + + # ----- Ignore system CLASSPATH variable + OLD_CLASSPATH="$CLASSPATH" +-unset CLASSPATH ++unset CLASSPATH || true + CLASSPATH="`echo lib/endorsed/*.jar | tr ' ' $S`" + export CLASSPATH + |