Skip to content

Commit

Permalink
fish: ps_restore is only used when HAVE_LIBREADLINE is defined.
Browse files Browse the repository at this point in the history
Thanks: Keresztes Péter-Zoltán
  • Loading branch information
rwmjones committed Nov 24, 2015
1 parent fd2f175 commit e49680b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fish/fish.c
Expand Up @@ -645,8 +645,8 @@ shell_script (void)
static char *ps1 = NULL; /* GUESTFISH_PS1 */
static char *ps_output = NULL; /* GUESTFISH_OUTPUT */
static char *ps_init = NULL; /* GUESTFISH_INIT */
#endif /* HAVE_LIBREADLINE */
static char *ps_restore = NULL; /* GUESTFISH_RESTORE */
#endif /* HAVE_LIBREADLINE */
static char *line_read = NULL;

static char *
Expand Down

0 comments on commit e49680b

Please sign in to comment.