summaryrefslogtreecommitdiff
path: root/scripts/showConfig.sh.in
blob: 9031b3cd75c3e4d73589487c0d80bd94dea04c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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\""