commit bash-20170106 snapshot

This commit is contained in:
Chet Ramey
2017-01-10 17:05:14 -05:00
parent ec157dfefb
commit ee88838cf9
6 changed files with 24 additions and 3 deletions
+1
View File
@@ -5212,6 +5212,7 @@ execute_disk_command (words, redirects, command_line, pipe_in, pipe_out,
#endif /* RESTRICTED_SHELL */
command = search_for_command (pathname, CMDSRCH_HASH|(stdpath ? CMDSRCH_STDPATH : 0));
QUIT;
if (command)
{