added function to transform env entry into list element
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2018/11/27 15:32:29 by tmaze #+# #+# */
|
||||
/* Updated: 2018/11/28 16:42:22 by tmaze ### ########.fr */
|
||||
/* Updated: 2019/01/07 18:57:22 by tmaze ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "minishell.h"
|
||||
|
||||
#define S_BIN 1
|
||||
#define S_BIN 2
|
||||
|
||||
int exec_cmd(char **argv, char **env)
|
||||
{
|
||||
|
Reference in New Issue
Block a user