Skip to content
Snippets Groups Projects
  1. Dec 08, 2021
    • Administrator's avatar
      Fix script · 099ec8bc
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      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.
      099ec8bc
  2. Nov 29, 2021
    • Administrator's avatar
      Fix script · 692c3fba
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      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.
      692c3fba
  3. May 31, 2021
    • Eoin Clerkin's avatar
      Short license declarations for .sh files · 6f6619b0
      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
      6f6619b0
  4. Dec 01, 2020
Loading