mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-03-15 11:26:51 +01:00
Merge branch 'main' of https://github.com/KeyZox71/ft_minipowershell
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/06/22 15:07:24 by adjoly #+# #+# */
|
/* Created: 2024/06/22 15:07:24 by adjoly #+# #+# */
|
||||||
/* Updated: 2024/07/15 16:38:59 by adjoly ### ########.fr */
|
/* Updated: 2024/07/15 18:45:48 by adjoly ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/07/03 10:50:52 by mmoussou #+# #+# */
|
/* Created: 2024/07/03 10:50:52 by mmoussou #+# #+# */
|
||||||
/* Updated: 2024/07/15 18:31:35 by adjoly ### ########.fr */
|
/* Updated: 2024/07/15 18:36:05 by adjoly ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@ -58,15 +58,6 @@ char *format_quotes_string(char *cmd)
|
|||||||
return (ret);
|
return (ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
//char *format_quotes_string(char *cmd)
|
|
||||||
//{
|
|
||||||
// if (!cmd)
|
|
||||||
// return (NULL);
|
|
||||||
// if (*cmd == DOUBLE || *cmd == SINGLE)
|
|
||||||
// ft_strlcpy(cmd, cmd + 1, ft_strlen(cmd) - 1);
|
|
||||||
// return (cmd);
|
|
||||||
//}
|
|
||||||
|
|
||||||
int format_quotes_cmd(t_cmd *cmd)
|
int format_quotes_cmd(t_cmd *cmd)
|
||||||
{
|
{
|
||||||
uint i;
|
uint i;
|
||||||
|
Reference in New Issue
Block a user