diff options
Diffstat (limited to 'www/quanta3/patches/patch-ab')
-rw-r--r-- | www/quanta3/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/quanta3/patches/patch-ab b/www/quanta3/patches/patch-ab new file mode 100644 index 00000000000..13c68cce783 --- /dev/null +++ b/www/quanta3/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2004/04/05 11:52:31 markd Exp $ + +--- kommander/widgets/myprocess.cpp.orig 2004-04-05 12:38:35.000000000 +1200 ++++ kommander/widgets/myprocess.cpp +@@ -33,7 +33,7 @@ MyProcess::MyProcess(const AssocTextWidg + + QString MyProcess::run(const QString & a_command) + { +- KShellProcess proc; ++ KShellProcess proc("/bin/sh"); + + proc << a_command; + |