Unverified Commit f85b04bd authored by Léana 江's avatar Léana 江
Browse files

testers.shellcheck: specify script sourcepath

parent 8b9086b2
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"