mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
11 lines
166 B
Bash
11 lines
166 B
Bash
|
# What we need:
|
||
|
# - the .config file
|
||
|
|
||
|
# Parse the common functions
|
||
|
. "${CT_LIB_DIR}/scripts/functions"
|
||
|
|
||
|
# Read the sample settings
|
||
|
CT_LoadConfig
|
||
|
|
||
|
eval "echo \"$1\""
|