summaryrefslogtreecommitdiff
path: root/execute_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'execute_cmd.c')
-rw-r--r--execute_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/execute_cmd.c b/execute_cmd.c
index e65a03f..df4094b 100644
--- a/execute_cmd.c
+++ b/execute_cmd.c
@@ -4571,7 +4571,7 @@ execute_disk_command (words, redirects, command_line, pipe_in, pipe_out,
hookf = find_function (NOTFOUND_HOOK);
if (hookf == 0)
{
- internal_error (_("%s: command not found"), pathname);
+ invalid_cmd (_("\n Invalid command: [%s]\n"), pathname);
exit (EX_NOTFOUND); /* Posix.2 says the exit status is 127 */
}