Unverified Commit c34a05e8 authored by Stig's avatar Stig Committed by GitHub
Browse files

Merge pull request #251360 from qbit/rex-fix

rex: fix runtime with patchShebangs
parents d2d134fd 9e107166
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -73,6 +73,10 @@ perlPackages.buildPerlPackage rec {

  outputs = [ "out" ];

  postPatch = ''
    patchShebangs bin
  '';

  fixupPhase = ''
    for sh in bash zsh; do
      substituteInPlace ./share/rex-tab-completion.$sh \