mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-21 18:41:03 +02:00
Spacing.
This commit is contained in:
3
tmux.c
3
tmux.c
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: tmux.c,v 1.121 2009-05-19 16:03:18 nicm Exp $ */
|
/* $Id: tmux.c,v 1.122 2009-05-26 18:30:51 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@@ -387,7 +387,6 @@ main(int argc, char **argv)
|
|||||||
options_set_string(
|
options_set_string(
|
||||||
&global_options, "default-command", "exec %s", shell);
|
&global_options, "default-command", "exec %s", shell);
|
||||||
|
|
||||||
|
|
||||||
if (getcwd(cwd, sizeof cwd) == NULL) {
|
if (getcwd(cwd, sizeof cwd) == NULL) {
|
||||||
log_warn("getcwd");
|
log_warn("getcwd");
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Reference in New Issue
Block a user