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
Right now if I want define a variable that can be declared easily via interpolation with other variables, I have to use 'executable line' format like this:
ABS_BASE_DIR:=`echo "$(pwd)/some_dir"`
While IMO this could be way more readable and consistent:
Hi.
Right now if I want define a variable that can be declared easily via interpolation with other variables, I have to use '
executable line
' format like this:While IMO this could be way more readable and consistent:
We currently cannot interpolate global variables using other variables or pre-built functions in the recipe.
The text was updated successfully, but these errors were encountered: