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
In this way, it turns out that the conditional "hello man" command turns into the "hello hello man" command.
To prevent this from happening, we need to remove the first element of the vector from the argv variable, in the same place.
Hello,
I notice that the executable command is inserted into the arguments of the same executable command:
docker-compose-wait/src/lib.rs
Lines 144 to 151 in 48b2683
In this way, it turns out that the conditional "hello man" command turns into the "hello hello man" command.
To prevent this from happening, we need to remove the first element of the vector from the argv variable, in the same place.
Quick fix:
If it's a hassle, I can create a PR for a quick fix - just let me know.
The text was updated successfully, but these errors were encountered: