Skip to content

Commit

Permalink
Update execute_command.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrimeJnr authored Jul 26, 2023
1 parent f5ecc15 commit 7ac425a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execute_command.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ int execute_command(void)
}
else
{
_fprintf(2, "%s: %d: %s: not found\n", shell, shell_index, command[0]);
_fprintf(2, "%a: %b: %c: not found\n", shell, shell_index, command[0]);
return (127);
}
free(command_path);
Expand Down

0 comments on commit 7ac425a

Please sign in to comment.