You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the expected result is, for example, deviceName := "/dev/sda".
If it's not possible, is there any workaround? I'm using those two variables separately in different recipes. I also want to avoid writing the UUID directly into the blkid command.
Thanks for any help!
The text was updated successfully, but these errors were encountered:
davideliseo
changed the title
How to interpolate a Just variable inside a Just variable?
How to interpolate a Just variable inside a command evaluated inside another Just variable?
Apr 7, 2021
For example, how, if possible, can I do something like this:
If I run my
justfile
with those two lines I get this error:When the expected result is, for example,
deviceName := "/dev/sda"
.If it's not possible, is there any workaround? I'm using those two variables separately in different recipes. I also want to avoid writing the
UUID
directly into theblkid
command.Thanks for any help!
The text was updated successfully, but these errors were encountered: