Browse Source

check_redirect adjustment

master
10195501441 3 years ago
parent
commit
243438da27
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      yeeshell.c

+ 1
- 1
yeeshell.c View File

@ -169,7 +169,7 @@ int check_redirect(char **args, char *redirect_filename, char **redirect_args)
i++; i++;
while (args[i] != NULL) while (args[i] != NULL)
{ {
redirect_args[j++] = args[i++]);
redirect_args[j++] = args[i++];
} }
} }
return redirect_flag; return redirect_flag;

Loading…
Cancel
Save