Diff

Differences From Artifact [0d787c6d5e]:

To Artifact [b0d5bd6980]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/bash

function setup_tcl () {
	local vers envfile

	for vers in "$@"; do
		envfile="${PROJROOTDIR}/platform.magic.env-8.5"

		if [ ! -f "${envfile}" ]; then
			continue
		fi

		source "${envfile}"







|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/bash

function setup_tcl () {
	local vers envfile

	for vers in "$@"; do
		envfile="${PROJROOTDIR}/platform.magic.env-${vers}"

		if [ ! -f "${envfile}" ]; then
			continue
		fi

		source "${envfile}"