diff options
| author | Jonathan Bauer | 2013-02-27 18:36:38 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-02-27 18:36:38 +0100 |
| commit | d4bc9f2ba7a6deda2a23b6a1c15688c604a2658b (patch) | |
| tree | 156848ee40e21a45215fc11053a84e7b9f65d0fc | |
| parent | Only one target can be chosen when invoking mltk to make command line format ... (diff) | |
| download | tm-scripts-d4bc9f2ba7a6deda2a23b6a1c15688c604a2658b.tar.gz tm-scripts-d4bc9f2ba7a6deda2a23b6a1c15688c604a2658b.tar.xz tm-scripts-d4bc9f2ba7a6deda2a23b6a1c15688c604a2658b.zip | |
unset REQUIRED_PACKAGE when reading config
| -rwxr-xr-x | remote/setup_tools | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/setup_tools b/remote/setup_tools index e0c092a4..cb067864 100755 --- a/remote/setup_tools +++ b/remote/setup_tools @@ -26,6 +26,7 @@ read_config () unset REQUIRED_DIRECTORIES unset REQUIRED_FILES unset REQUIRED_MODULES + unset REQUIRED_PACKAGES local TOOL_CONFIG="${TOOL_DIR}/${TOOL}/${TOOL}.conf" |
