Skip to content

Commit cfb2abc

Browse files
committed
correct path
1 parent 07ac221 commit cfb2abc

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

bonus/children.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
/* By: ibeliaie <[email protected]> +#+ +:+ +#+ */
77
/* +#+#+#+#+#+ +#+ */
88
/* Created: 2023/09/11 17:07:03 by ibeliaie #+# #+# */
9-
/* Updated: 2023/09/19 21:41:35 by ibeliaie ### ########.fr */
9+
/* Updated: 2023/10/13 17:05:33 by ibeliaie ### ########.fr */
1010
/* */
1111
/* ************************************************************************** */
1212

13-
#include "pipex_bonus.h"
13+
#include "../inc/pipex_bonus.h"
1414

1515
static char *get_cmd(char **paths, char *cmd)
1616
{

bonus/errors.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
/* By: ibeliaie <[email protected]> +#+ +:+ +#+ */
77
/* +#+#+#+#+#+ +#+ */
88
/* Created: 2023/08/30 13:43:11 by ibeliaie #+# #+# */
9-
/* Updated: 2023/09/13 20:21:03 by ibeliaie ### ########.fr */
9+
/* Updated: 2023/10/11 16:34:15 by ibeliaie ### ########.fr */
1010
/* */
1111
/* ************************************************************************** */
1212

13-
#include "pipex_bonus.h"
13+
#include "../inc/pipex_bonus.h"
1414

1515
void msg_self(char *err)
1616
{

bonus/files.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/* */
1111
/* ************************************************************************** */
1212

13-
#include "pipex_bonus.h"
13+
#include "../inc/pipex_bonus.h"
1414

1515
char *find_path(char **envp)
1616
{

bonus/freeing.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/* */
1111
/* ************************************************************************** */
1212

13-
#include "pipex_bonus.h"
13+
#include "../inc/pipex_bonus.h"
1414

1515
void close_pipes(t_pipex *pipex)
1616
{

bonus/here_doc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/* */
1111
/* ************************************************************************** */
1212

13-
#include "pipex_bonus.h"
13+
#include "../inc/pipex_bonus.h"
1414

1515
int args_in(char *arg, t_pipex *pipex)
1616
{

bonus/main.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
/* By: ibeliaie <[email protected]> +#+ +:+ +#+ */
77
/* +#+#+#+#+#+ +#+ */
88
/* Created: 2023/08/30 13:43:17 by ibeliaie #+# #+# */
9-
/* Updated: 2023/09/13 20:24:31 by ibeliaie ### ########.fr */
9+
/* Updated: 2023/10/13 17:05:36 by ibeliaie ### ########.fr */
1010
/* */
1111
/* ************************************************************************** */
1212

13-
#include "pipex_bonus.h"
13+
#include "../inc/pipex_bonus.h"
1414

1515
void main_cycle(t_pipex pipex, char *argv[], char *envp[])
1616
{

0 commit comments

Comments
 (0)