From ba8fa0ecfa8b6b104e657fef592feea2bd14304f Mon Sep 17 00:00:00 2001 From: Philipp Lohmann Date: Mon, 3 Dec 2001 15:34:53 +0000 Subject: #93956# correct command line for distill case --- padmin/source/cmddlg.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/padmin/source/cmddlg.cxx b/padmin/source/cmddlg.cxx index 2b024d357a57..49d8149d888c 100644 --- a/padmin/source/cmddlg.cxx +++ b/padmin/source/cmddlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cmddlg.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: pl $ $Date: 2001-09-13 16:01:24 $ + * last change: $Author: pl $ $Date: 2001-12-03 16:34:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -145,7 +145,7 @@ void CommandStore::getSystemPdfCommands( ::std::list< String >& rCommands ) { pBuffer[ nLen-1 ] = 0; aCommand = String( ByteString( pBuffer ), aEncoding ); - aCommand.AppendAscii( " (TMP) ; mv `echo (TMP) | sed s/\\.ps$/.pdf/` (OUTFILE)" ); + aCommand.AppendAscii( " (TMP) ; mv `echo (TMP) | sed s/\\.ps\\$/.pdf/` \"(OUTFILE)\"" ); aSysCommands.push_back( aCommand ); } pclose( pPipe ); -- cgit