pmbootstrap/helpers
Fiona Klute 23a8d14d4a
Don't drop parameters in run-script (MR 2230)
Note that the parameters aren't included directly in the sh -c command
string, but instead as additional parameters after. That avoids having
to find a cross-shell approach for quoting them in a way that works
inside the string (there doesn't seem to be one).

That's also the reason for the additional "sh" parameter: The first
parameter after the command string becomes the command name ($0), the
ones after positional parameters.
2024-01-23 23:11:55 +00:00
..
envkernel.fish helpers/envkernel.fish: add deactivate & reactivate function for fish 2024-01-16 21:15:18 +00:00
envkernel.sh Don't drop parameters in run-script (MR 2230) 2024-01-23 23:11:55 +00:00
envsetup.sh Add helpers/envsetup.sh (#1390) 2018-04-08 12:58:10 +00:00