mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
4e7d0906c1
Signed-off-by: Alexey Neyman <stilor@att.net>
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\""
|