From 7450da364a180f5adcf319279fbfe7911e827cad Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 3 Oct 2005 22:33:38 +0000 Subject: [PATCH] Removed && for the strip commands. They always return a non 0 exit status. --- dump-lfs-scripts.xsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dump-lfs-scripts.xsl b/dump-lfs-scripts.xsl index b645edb..500d07a 100644 --- a/dump-lfs-scripts.xsl +++ b/dump-lfs-scripts.xsl @@ -87,7 +87,8 @@ + not(contains(string(),'check')) and + not(contains(string(),'strip '))"> &&