=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-if-shell.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/tmux/cmd-if-shell.c 2009/07/09 15:47:49 1.1 +++ src/usr.bin/tmux/cmd-if-shell.c 2009/07/13 23:11:35 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-if-shell.c,v 1.1 2009/07/09 15:47:49 nicm Exp $ */ +/* $OpenBSD: cmd-if-shell.c,v 1.2 2009/07/13 23:11:35 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha @@ -44,7 +44,7 @@ const struct cmd_entry cmd_if_shell_entry = { "if-shell", "if", "shell-command command", - 0, + 0, 0, cmd_if_shell_init, cmd_if_shell_parse, cmd_if_shell_exec,