From 1c8b663c40bd5bd74745d9f0d750777e1daec6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 8 May 2009 07:24:47 +0000 Subject: [PATCH] #i10000# Correct echo statement for 4nt case. --- testtools/source/bridgetest/makefile.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk index 10200dabaf33..0003d735541a 100644 --- a/testtools/source/bridgetest/makefile.mk +++ b/testtools/source/bridgetest/makefile.mk @@ -157,8 +157,7 @@ $(DLLDEST)$/bridgetest_inprocess$(BATCH_SUFFIX) .ERRREMOVE: makefile.mk -s com.sun.star.test.bridge.BridgeTest -- \ com.sun.star.test.bridge.CppTestObject > $@ .ELSE - echo echo ERROR: this script can only be created properly for \ - USE_SHELL=bash > $@ + echo echo ERROR: this script can only be created properly for USE_SHELL=bash > $@ .ENDIF $(GIVE_EXEC_RIGHTS) $@