blob: 11a205e27ff0c81536bdf09d5c0f7ca6e1102797 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2004/04/05 11:52:31 markd Exp $
--- kommander/widgets/execbutton.cpp.orig 2004-04-05 13:21:34.000000000 +1200
+++ kommander/widgets/execbutton.cpp
@@ -83,7 +83,7 @@ void ExecButton::startProcess()
if(!at.isEmpty())
{
- KShellProcess *process = new KShellProcess;
+ KShellProcess *process = new KShellProcess ("/bin/sh");
*process << at;
|