summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/pmipkg.cpp
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/oipkg/pmipkg.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/pmipkg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/oipkg/pmipkg.cpp b/noncore/unsupported/oipkg/pmipkg.cpp
index a7deb8f..11c0f97 100644
--- a/noncore/unsupported/oipkg/pmipkg.cpp
+++ b/noncore/unsupported/oipkg/pmipkg.cpp
@@ -42,13 +42,13 @@ PmIpkg::PmIpkg( PackageManagerSettings* s, QWidget* p, const char * name, WFlag
{
settings = s;
runwindow = new RunWindow( p, name, true, f );
Config cfg( "oipkg", Config::User );
cfg.setGroup( "ipkg" );
- ipkg_cmd = cfg.readEntry( "cmd", "ipkg" );
+ ipkg_cmd = cfg.readEntry( "cmd", "ipkg" )+" ";
}
PmIpkg::~PmIpkg()
{
}