-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crystal::System::Process shell invocation broken on Linux with FreeBSD sh #13919
Comments
a quick test in |
hm, no, it seems the |
ah ok, so just replacing |
basically just replace |
Oh that's interesting. So I suppose another option to write the same thing would be |
Chimera Linux uses FreeBSD sh, so this condition:
crystal/src/crystal/system/unix/process.cr
Lines 215 to 217 in 7aa0282
doesn't match and as a result, the substitution is broken which breaks e.g. the compilation of macros (
ld: error: undefined symbol: main
due to no object files actually getting provided) :/Is the conditional actually necessary? I'm not sure when the empty arg could break things…
The text was updated successfully, but these errors were encountered: