Unverified Commit 506bec1d authored by Atemu's avatar Atemu Committed by GitHub
Browse files

testers.shellcheck: specify script source path (#405192)

parents 5c0c4807 f85b04bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation {
  dontConfigure = true;
  dontBuild = true;
  checkPhase = ''
    find "$src" -type f -print0 | xargs -0 shellcheck
    find "$src" -type f -print0 | xargs -0 shellcheck --source-path="$src"
  '';
  installPhase = ''
    touch "$out"