diff options
Diffstat (limited to 'www/cocoon/files/patch-build.sh')
-rw-r--r-- | www/cocoon/files/patch-build.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/cocoon/files/patch-build.sh b/www/cocoon/files/patch-build.sh deleted file mode 100644 index 08f852f4a959..000000000000 --- a/www/cocoon/files/patch-build.sh +++ /dev/null @@ -1,17 +0,0 @@ ---- 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 - |