rectif cd
This commit is contained in:
parent
9ccb83ac17
commit
13fc907523
1 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: ariard <ariard@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2017/03/25 18:20:42 by ariard #+# #+# */
|
||||
/* Updated: 2017/03/27 18:08:13 by jhalford ### ########.fr */
|
||||
/* Updated: 2017/03/28 20:15:45 by wescande ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -20,8 +20,8 @@
|
|||
#define CDERR_0 "cd: too many arguments"
|
||||
#define CDERR_1 "cd %s not set"
|
||||
#define CDERR_2 "cd : %s: No such file or directory"
|
||||
#define CDERR_3 "cd : %s: Permission denied"
|
||||
#define CDERR_4 "cd : %s: Not a directory"
|
||||
#define CDERR_3 "cd : %s: Not a directory"
|
||||
#define CDERR_4 "cd : %s: Permission denied"
|
||||
#define CDERR_5 "cd : unable to proceed: %s"
|
||||
|
||||
static t_cliopts g_cdopts[] =
|
||||
|
|
|
|||
Loading…
Reference in a new issue