Przeglądaj źródła

check_redirect adjustment

master
10195501441 3 lat temu
rodzic
commit
243438da27
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      yeeshell.c

+ 1
- 1
yeeshell.c Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz