This commit is contained in:
PrStein 2022-04-09 21:27:23 +02:00
parent 85bd3e4609
commit 965c2bb0f0

View File

@ -188,7 +188,7 @@ void open_directory(t_s_cmd *cmd)
change_path(cmd);
else
{
printf("cdksnckds");
printf("cd: %s: No such directory\n", cmd->args[1]);
cmd->big_cmd->err_var = 1;
}
}