diff options
| author | Simon Rettberg | 2013-02-27 18:41:20 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-02-27 18:41:20 +0100 |
| commit | c3860e6621029b32bd352189db20e6f9f1b9d0cd (patch) | |
| tree | eadf77e99b8e4618b4c13b7275a5c32bb350e64b | |
| parent | Handle required binaries that are symlinks properly (diff) | |
| parent | unset REQUIRED_PACKAGE when reading config (diff) | |
| download | tm-scripts-c3860e6621029b32bd352189db20e6f9f1b9d0cd.tar.gz tm-scripts-c3860e6621029b32bd352189db20e6f9f1b9d0cd.tar.xz tm-scripts-c3860e6621029b32bd352189db20e6f9f1b9d0cd.zip | |
Merge branch 'master' of ssh://openslx/openslx-ng/tm-scripts
| -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 24f2a291..e96d8e2c 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" |
