Skip to content

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

Administrator requested to merge 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 Administrator

Merge request reports

Loading