summaryrefslogtreecommitdiff
path: root/scripting/workben
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-11-06 14:37:58 +0000
committerRüdiger Timm <rt@openoffice.org>2007-11-06 14:37:58 +0000
commit6fde6063e7cdf2eb1271d551715c7988eae5ed3a (patch)
tree5e6538e8b5348f72c82ea30ea44d9c3196f3a09c /scripting/workben
parentdac45c43d621c006fa6aa29ad8c9e1265538b5dc (diff)
INTEGRATION: CWS execshellmacrogone (1.3.84); FILE MERGED
2007/10/24 06:35:44 rene 1.3.84.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'scripting/workben')
-rw-r--r--scripting/workben/ifc/scripting/makefile.mk6
-rw-r--r--scripting/workben/mod/_scripting/makefile.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/scripting/workben/ifc/scripting/makefile.mk b/scripting/workben/ifc/scripting/makefile.mk
index 7ca0704cf59e..50d952e1d7d6 100644
--- a/scripting/workben/ifc/scripting/makefile.mk
+++ b/scripting/workben/ifc/scripting/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 02:44:04 $
+# last change: $Author: rt $ $Date: 2007-11-06 15:37:43 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@ TARGET = testcase
.INCLUDE: settings.mk
JARFILES = ridl.jar unoil.jar jurt.jar juh.jar $(CLASSPATH)$
-JAVAFILES = $(foreach,j,$(shell ls | grep java) $j)
+JAVAFILES = $(foreach,j,$(shell @ls | grep java) $j)
# --- Targets ------------------------------------------------------
diff --git a/scripting/workben/mod/_scripting/makefile.mk b/scripting/workben/mod/_scripting/makefile.mk
index 8a398f0bff0c..1766e10cb20f 100644
--- a/scripting/workben/mod/_scripting/makefile.mk
+++ b/scripting/workben/mod/_scripting/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 02:48:25 $
+# last change: $Author: rt $ $Date: 2007-11-06 15:37:58 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@ TARGET = testcase
.INCLUDE: settings.mk
JARFILES = ridl.jar unoil.jar jurt.jar juh.jar $(CLASSPATH)
-JAVAFILES = $(foreach,j,$(shell ls | grep java) $j)
+JAVAFILES = $(foreach,j,$(shell @ls | grep java) $j)
# --- Targets ------------------------------------------------------