mirror of
https://github.com/Savapitech/42sh.git
synced 2026-01-18 16:57:28 +01:00
Fix colon in globbing errors
This commit is contained in:
@@ -19,7 +19,7 @@ bool check_glob_result(int val, char *bin_name)
|
||||
{
|
||||
if (val != 0){
|
||||
if (val == GLOB_NOMATCH)
|
||||
dprintf(STDERR_FILENO, "%s; No match.\n", bin_name);
|
||||
dprintf(STDERR_FILENO, "%s: No match.\n", bin_name);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user