Unverified Commit 5b8a9b77 authored by Yang, Bo's avatar Yang, Bo Committed by GitHub
Browse files

cockpit: substitute absolute path of /bin/bash to bash (#390231)

parent d7370336
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -122,7 +122,9 @@ stdenv.mkDerivation (finalAttrs: {
      # some files substituteInPlace report as missing and it's safe to ignore them
      substituteInPlace "$(realpath "$f")" \
        --replace-quiet '"/usr/bin/' '"' \
        --replace-quiet '"/bin/' '"' || true
        --replace-quiet '"/bin/' '"' \
        --replace-quiet ' /bin/' ' ' \
        || true
    done

    substituteInPlace src/common/Makefile-common.am \