Skip to content
  • Junio C Hamano's avatar
    Fix-up previous expr changes. · dfdcb558
    Junio C Hamano authored
    
    
    The regexp on the right hand side of expr : operator somehow was
    broken.
    
    	expr 'z+pu:refs/tags/ko-pu' : 'z\+\(.*\)'
    
    does not strip '+'; write 'z+\(.*\)' instead.
    
    We probably should switch to shell based substring post 1.3.0;
    that's not bashism but just POSIX anyway.
    
    Signed-off-by: default avatarJunio C Hamano <junkio@cox.net>
    dfdcb558