From 25b4b467b4d5d6dfb5ca4756f8cf3bd894e273fa Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Wed, 23 May 2018 09:55:51 +0200 Subject: [PATCH] MERGE: version 0.6.1-beta: Set/Unset builtin. --- src/shell_loop/execution/builtins/set_built.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shell_loop/execution/builtins/set_built.c b/src/shell_loop/execution/builtins/set_built.c index 3a13f5f..45255de 100644 --- a/src/shell_loop/execution/builtins/set_built.c +++ b/src/shell_loop/execution/builtins/set_built.c @@ -43,7 +43,6 @@ static char *concate_key_value(char *arg) return (full); } - static int set_one_variable(shell_t *shell, char *arg) { char *full = concate_key_value(arg);