Skip to content

Commit

Permalink
MERGE: version 0.6.1-beta:
Browse files Browse the repository at this point in the history
Set/Unset builtin.
  • Loading branch information
frouioui committed May 23, 2018
1 parent 6809f60 commit 25b4b46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shell_loop/execution/builtins/set_built.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 25b4b46

Please sign in to comment.