|
|
@ -6,7 +6,7 @@ |
|
|
|
/* By: mea <marvin@42.fr> +#+ +:+ +#+ */ |
|
|
|
/* +#+#+#+#+#+ +#+ */ |
|
|
|
/* Created: 2022/05/06 13:15:59 by narnaud #+# #+# */ |
|
|
|
/* Updated: 2022/05/27 09:16:02 by narnaud ### ########.fr */ |
|
|
|
/* Updated: 2022/05/27 09:18:55 by narnaud ### ########.fr */ |
|
|
|
/* */ |
|
|
|
/* ************************************************************************** */ |
|
|
|
|
|
|
@ -45,7 +45,7 @@ int is_valid_identifier(char *ident, int silent) |
|
|
|
return (1); |
|
|
|
} |
|
|
|
if (!silent && cmd_error("export", |
|
|
|
"not an identifier: ", "\n")) |
|
|
|
"not an identifier: ", ident)) |
|
|
|
ft_putchar_fd('\n', 2); |
|
|
|
return (0); |
|
|
|
} |
|
|
|