- Dec 08, 2021
-
-
With the latest change not all libraries were found any longer such that not all libraries were tested. The outcome of the test was such not reliable.
-
- Nov 29, 2021
-
-
The script contained two problems. The first one was a typo in the shebang. The second problem was in the grep command. If the full path includes by chance the string "so" or "dylib" all files of the directory were found accidentally. Requiring "so" or "dylib" to be at the end of the line fixes the error.
-
- May 31, 2021
-
-
Eoin Clerkin authored
Inserts the declaration on the 1st or 2nd line of scripts. EMPTY LINE Short license declarations for .sh files Inserts the declaration on the 1st or 2nd line of scripts. EMPTY LINE Revert "Short license declarations for .sh files" This reverts commit d3dd8608. Uses SPDX identifier Modifies declaration to use SPDX license identifier syntax Corrects file Empty line before hashbang removed
-
- Dec 01, 2020
-
-
Administrator authored
Load a single library to check if there is some dependency missing.
-