Home | History | Annotate | Line # | Download | only in djgpp
      1 # Sed script for modify the files in tests directory.
      2 
      3 s|\.in\([1-2]\{1,1\}\)\.po|.i\1-po|g
      4 s|\.ok\.po|.ok-po|g
      5 s|\.in\.po|_in.po|g
      6 s|\.in\.\([cC]\{1,1\}\)|_in.\1|g
      7 s|\.po\.|.po-|g
      8