Don't call get_os needlessly

This commit is contained in:
Michael Wolf
2023-09-30 17:16:50 -06:00
parent ce634e496c
commit 08be19fe28

View File

@@ -12,7 +12,7 @@ function get_os() {
fi
}
OPERATING_SYSTEM=$(get_os)
## OPERATING_SYSTEM=$(get_os)
# For a given file, return its corresponding project root.
function project_root() {