diff options
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/openvt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/console-tools/openvt.c b/console-tools/openvt.c index 6e0b589..56f50c6 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c @@ -144,9 +144,7 @@ int openvt_main(int argc UNUSED_PARAM, char **argv) if (!argv[0]) { argv--; - argv[0] = getenv("SHELL"); - if (!argv[0]) - argv[0] = (char *) DEFAULT_SHELL; + argv[0] = (char *) get_shell_name(); /*argv[1] = NULL; - already is */ } |