From 9c9e5ac17efca1cc22fd8cf69fb75a1e4701efe7 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 15 Jul 2020 13:27:31 +0200 Subject: Added export/unset builtin error message and status code --- src/path.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/path.c') diff --git a/src/path.c b/src/path.c index d768d07..579fd81 100644 --- a/src/path.c +++ b/src/path.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/27 15:51:01 by cacharle #+# #+# */ -/* Updated: 2020/04/05 12:09:05 by charles ### ########.fr */ +/* Updated: 2020/07/15 12:11:48 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,6 @@ */ #include "minishell.h" -#include "utils.h" /* ** \brief Number of buckets of a path hash table -- cgit