mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
7 lines
150 B
Bash
7 lines
150 B
Bash
# Test file
|
|
|
|
TEST_ENV_FIRST="first-overloaded"
|
|
TEST_ENV_SECOND="${TEST_ENV_FIRST}"
|
|
TEST_ENV_NEWVAR="${TEST_ENV_FIRST}"
|
|
TEST_ENV_NEWVAR2="second-file"
|