From 5495a3497b54aa56e821c8aa44233345c0bd86b9 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 19 Nov 2017 00:18:59 -0800 Subject: showConfig.sh no longer has anything substituted Signed-off-by: Alexey Neyman --- scripts/.gitignore | 1 - scripts/showConfig.sh | 13 +++++++++++++ scripts/showConfig.sh.in | 13 ------------- 3 files changed, 13 insertions(+), 14 deletions(-) create mode 100644 scripts/showConfig.sh delete mode 100644 scripts/showConfig.sh.in (limited to 'scripts') diff --git a/scripts/.gitignore b/scripts/.gitignore index 7abc2a75..553a3630 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -1,4 +1,3 @@ crosstool-NG.sh saveSample.sh -showConfig.sh scripts.mk diff --git a/scripts/showConfig.sh b/scripts/showConfig.sh new file mode 100644 index 00000000..9031b3cd --- /dev/null +++ b/scripts/showConfig.sh @@ -0,0 +1,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\"" diff --git a/scripts/showConfig.sh.in b/scripts/showConfig.sh.in deleted file mode 100644 index 9031b3cd..00000000 --- a/scripts/showConfig.sh.in +++ /dev/null @@ -1,13 +0,0 @@ -# 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\"" -- cgit v1.2.3