aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-07-15 13:27:31 +0200
committerCharles <sircharlesaze@gmail.com>2020-07-15 13:27:31 +0200
commit9c9e5ac17efca1cc22fd8cf69fb75a1e4701efe7 (patch)
treea1e3fc8934d79339754a2baa33378455673f604c /src/path.c
parentecd23e205de52d84d9a843fc891d7890d1046682 (diff)
downloadminishell-9c9e5ac17efca1cc22fd8cf69fb75a1e4701efe7.tar.gz
minishell-9c9e5ac17efca1cc22fd8cf69fb75a1e4701efe7.tar.bz2
minishell-9c9e5ac17efca1cc22fd8cf69fb75a1e4701efe7.zip
Added export/unset builtin error message and status code
Diffstat (limited to 'src/path.c')
-rw-r--r--src/path.c3
1 files changed, 1 insertions, 2 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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