summaryrefslogtreecommitdiff
path: root/padmin/source/cmddlg.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-12-03 15:34:53 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-12-03 15:34:53 +0000
commitba8fa0ecfa8b6b104e657fef592feea2bd14304f (patch)
tree9e41652c9b25a4d0cba5e1f92a4ad0f78fe3c5b5 /padmin/source/cmddlg.cxx
parentb39a8de01bdac963607913ce658e38b623cb8bcf (diff)
#93956# correct command line for distill case
Diffstat (limited to 'padmin/source/cmddlg.cxx')
-rw-r--r--padmin/source/cmddlg.cxx6
1 files 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 );