[Pkg-kde-extras] Bug#489618: branches/extragear/kde3/office/kile/kile

Thomas Braun braun at physik.fu-berlin.de
Mon Jul 7 21:08:51 UTC 2008


SVN commit 829223 by tbraun:

explicitly use bash as shell as we use quite a few non-standard commands
will be part of upcoming kile 2.0.2

CCMAIL: 489618 at bugs.debian.org


 M  +1 -1      configtester.cpp  
 M  +1 -1      test/runTests.sh  


--- branches/extragear/kde3/office/kile/kile/configtester.cpp #829222:829223
@@ -168,7 +168,7 @@
 	KILE_DEBUG() << "Tester::runTests: destdir = " << destdir << endl;
 	m_resultsFile = destdir + "results.rc";
 
-	QString shellname = KGlobal::dirs()->findExe("sh");
+	QString shellname = KGlobal::dirs()->findExe("bash");
 	KILE_DEBUG() << "Tester::runTests: shellname = " << shellname << endl;
 	m_process = new KShellProcess(QFile::encodeName( shellname ));
 	if (! KileConfig::teXPaths().isEmpty())
--- branches/extragear/kde3/office/kile/kile/test/runTests.sh #829222:829223
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 echo "Kile System Check script..."
 
 outfile=$1





More information about the pkg-kde-extras mailing list