author | kergoth <kergoth> | 2002-05-13 15:26:27 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-05-13 15:26:27 (UTC) |
commit | 186743975bad7728dde9208f631d81ddc3dd47d9 (patch) (unidiff) | |
tree | d63df244352d766304279080693bf876faed9426 | |
parent | 0a765726bcd937d2252d2004e266b799bada7266 (diff) | |
download | opie-186743975bad7728dde9208f631d81ddc3dd47d9.zip opie-186743975bad7728dde9208f631d81ddc3dd47d9.tar.gz opie-186743975bad7728dde9208f631d81ddc3dd47d9.tar.bz2 |
Now calls /bin/sh - instead of /bin/sh, so that we spawn a login shell.
-rw-r--r-- | core/apps/embeddedkonsole/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/apps/embeddedkonsole/main.cpp b/core/apps/embeddedkonsole/main.cpp index b3c0453..5bb71c0 100644 --- a/core/apps/embeddedkonsole/main.cpp +++ b/core/apps/embeddedkonsole/main.cpp | |||
@@ -54,4 +54,5 @@ int main(int argc, char* argv[]) | |||
54 | putenv((char*)"COLORTERM="); // to trigger mc's color detection | 54 | putenv((char*)"COLORTERM="); // to trigger mc's color detection |
55 | 55 | ||
56 | tmp.insert(0,"-"); // we want a login shell | ||
56 | Konsole m( "test", shell, tmp, TRUE ); | 57 | Konsole m( "test", shell, tmp, TRUE ); |
57 | m.setCaption( Konsole::tr("Terminal") ); | 58 | m.setCaption( Konsole::tr("Terminal") ); |