diff --git a/42sh/.gitmodules b/42sh/.gitmodules index bb7d18d4..17349de1 100644 --- a/42sh/.gitmodules +++ b/42sh/.gitmodules @@ -1,3 +1,3 @@ [submodule "libft"] path = libft - url = http://github.com/jzck/libft + url = https://github.com/jzck/libft.git diff --git a/42sh/includes/minishell.h b/42sh/includes/minishell.h index d6efd524..783df9d3 100644 --- a/42sh/includes/minishell.h +++ b/42sh/includes/minishell.h @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/10 13:07:44 by jhalford #+# #+# */ -/* Updated: 2016/11/29 20:08:37 by jhalford ### ########.fr */ +/* Updated: 2016/11/29 20:30:49 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/42sh/libft b/42sh/libft index d32c56c9..57952004 160000 --- a/42sh/libft +++ b/42sh/libft @@ -1 +1 @@ -Subproject commit d32c56c98eab4561374d946ce3dee2b25d253a1e +Subproject commit 579520046d5c025368da365a4f15c793d5a5ee13 diff --git a/42sh/src/exec/exec_command.c b/42sh/src/exec/exec_command.c index fb2edb63..3194c99e 100644 --- a/42sh/src/exec/exec_command.c +++ b/42sh/src/exec/exec_command.c @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/14 17:28:14 by jhalford #+# #+# */ -/* Updated: 2016/11/29 20:29:12 by jhalford ### ########.fr */ +/* Updated: 2016/11/29 20:30:49 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */