mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
d759137c46
Signed-off-by: Alexey Neyman <stilor@att.net>
14 lines
233 B
Bash
14 lines
233 B
Bash
# What we need:
|
|
# - the .config file
|
|
|
|
# Parse the tools' paths configuration
|
|
. "${CT_LIB_DIR}/paths.sh"
|
|
|
|
# Parse the common functions
|
|
. "${CT_LIB_DIR}/scripts/functions"
|
|
|
|
# Read the sample settings
|
|
CT_LoadConfig
|
|
|
|
eval "echo \"$1\""
|