Skip to content

envkernel: Don't use alias commands in the script itself

ryang requested to merge ryang2678/pmbootstrap:fix-envkernel-sh into master

The pmbootstrap alias cannot be used within the script.
The reason is that aliases are not expanded in non-interactive shells.
reference: https://unix.stackexchange.com/q/1496

To fix this replace references to the pmbootstrap alias with the $pmbootstrap variable

Edited by ryang

Merge request reports