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: [EMAIL PROTECTED]


 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



_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

Reply via email to