Skip to content
  • Ypnose's avatar
    rypp-mk: restore automated patching. It was broken thanks to · 27fde8d1
    Ypnose authored
    CDPATH.
    
    CDPATH=".:${HOME}"
    
    When 'cd' in invoked from the current directory, it reads CDPATH
    and expands the next location. Then when we test if the patch
    exists and is readable, it fails and it's not applied.
    
    Bad variable (redundant line):
    PK_PAT=/home/foo/rypp/pkgs/nawk
    /home/foo/rypp/pkgs/nawk
    
    Good variable:
    PK_PAT=/home/foo/rypp/pkgs/nawk
    
    (Boring to debug…)
    27fde8d1