diff options
author | Rüdiger Timm <rt@openoffice.org> | 2009-05-08 07:24:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2009-05-08 07:24:47 +0000 |
commit | 1c8b663c40bd5bd74745d9f0d750777e1daec6aa (patch) | |
tree | 88e2d56699c36be72c7e83c56f521f10de5cb5c8 /testtools | |
parent | 2e5ee68e6ae018d00ea2c51947b826a239472762 (diff) |
#i10000# Correct echo statement for 4nt case.
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/source/bridgetest/makefile.mk | 3 |
1 files changed, 1 insertions, 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) $@ |