Minor coding style fix: lib.getExe instead of ${bin}/bin/bin #391
No reviewers
Labels
No labels
bug
dependency
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
review-next
security
stub
tool
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: raito/lanzaboote#391
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a minor change in coding style that removes path references replacing them with
lib.getExe
.This makes executable references less dependent on binary names.
Major advantage: the
cfg.package
option doesn't require the binary name to be "lzbt" anymore.Looks good. Thanks for this cleanup! One minor thing: can you fix your commit names to match the style of the other commits in the repository? Will merge afterwards!
@blitz I believe that everything could be squashed into a single commit. (I was a bit too verbose while making the commits). Would it be fine if I squashed everything into a single commit?
I am currently away, so I will take care of it ~8h later
Sure. One commit is fine. 👍
LGTM modulo commit messages.
Alright, should be fine now
@blitz is the commit name alright?
Thank you for taking the time to do this!