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
As found in #655, we need to deal with command arg quoting in a more consistent manner. Sometimes things are not quoted (leading to failure with, e.g., filenames with spaces), sometimes they are manually quotes (putting arg in "{args}"), sometime sh_quote() is used.
We need to find and document the standard way(s) and implement that throughout.
The text was updated successfully, but these errors were encountered:
As found in #655, we need to deal with command arg quoting in a more consistent manner. Sometimes things are not quoted (leading to failure with, e.g., filenames with spaces), sometimes they are manually quotes (putting arg in
"{args}"
), sometimesh_quote()
is used.We need to find and document the standard way(s) and implement that throughout.
The text was updated successfully, but these errors were encountered: