container: rename $global_conf_shell -> $global_conf_subscript

Provides clarity, avoids confusion.
This commit is contained in:
2024-09-22 18:36:03 -07:00
parent 0ec42d2420
commit 52270ba0b3
3 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ void example2()
print_env("global_conf_fetch");
print_env("global_conf_hledger");
print_env("global_conf_meta");
print_env("global_conf_shell");
print_env("global_conf_subscript");
// TODO(unassigned): read array from shell? ROOT impl simply calls stdlib getenv()
// print_env("global_hledger_cmd");
print_env("global_parent_profile");