You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lorsque je tape la commande "ls >> ok" l'attribut "lopt_fd" de la structure est defini a la valeur FD_AMPERSAND (-3) alors qu'il devrait etre a FD_DEFAULT (-2).
The text was updated successfully, but these errors were encountered:
Le mauvais comportement etait finalement du a une variable non initialisee ce qui causait ropt_fd a etre defini a FD_AMPERSAND a la place de FD_NOTSET. @FranckRJ
Lorsque je tape la commande "ls >> ok" l'attribut "lopt_fd" de la structure est defini a la valeur FD_AMPERSAND (-3) alors qu'il devrait etre a FD_DEFAULT (-2).
The text was updated successfully, but these errors were encountered: