diff options
Diffstat (limited to 'kdpkg-install/process.cpp')
-rw-r--r-- | kdpkg-install/process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/process.cpp b/kdpkg-install/process.cpp index 9c02a77..d89ef4a 100644 --- a/kdpkg-install/process.cpp +++ b/kdpkg-install/process.cpp @@ -23,7 +23,7 @@ _process->clearArguments(); _buffer = QString::null; - *_process << "/bin/sh"; + *_process << "/bin/bash"; *_process << "-c"; *_process << command; } |