Skip to content

Commit

Permalink
Revert accidental deletion (re: 991b13a)
Browse files Browse the repository at this point in the history
src/cmd/ksh93/edit/hexpand.c:
- Oops. That 'if' should not have been removed.
  • Loading branch information
McDutchie committed Jan 1, 2024
1 parent c40a5fa commit 505b327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/ksh93/edit/hexpand.c
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ int hist_expand(const char *ln, char **xp)
sfputc(sh.stk,'\0');

done:
if(cc && (flag&HIST_HASH))
{
/* close !# temp file */
sfclose(ref);
Expand Down

0 comments on commit 505b327

Please sign in to comment.