From 035caa3d22c2dc5b5df0254c67640e8c99af57d6 Mon Sep 17 00:00:00 2001 From: akl Date: Mon, 27 Aug 2007 14:04:15 +0000 Subject: [PATCH] Add input parameter for script to fix problem with testing Fortran compilers. --- src/SALOME_InstallWizard.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SALOME_InstallWizard.cxx b/src/SALOME_InstallWizard.cxx index d74f059..e4e97d0 100644 --- a/src/SALOME_InstallWizard.cxx +++ b/src/SALOME_InstallWizard.cxx @@ -2476,6 +2476,7 @@ void SALOME_InstallWizard::onStart() statusLab->setText( tr( "Check Fortran compiler..." ) ); // check Fortran compiler. QString script = "./config_files/checkFortran.sh find_compilers"; + script += " " + QUOTE( QFileInfo( QDir::cleanDirPath( tempFolder->text().stripWhiteSpace() ) + TEMPDIRNAME ).absFilePath() ); ___MESSAGE___( "script = " << script.latin1() ); if ( system( script ) ) { QMessageBox::critical( this, -- 2.39.2