]> rtime.felk.cvut.cz Git - omk.git/commit
Yet another MinGW extraordinary expansion problem fix.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 20 Sep 2007 21:44:00 +0000 (21:44 +0000)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 20 Sep 2007 21:44:00 +0000 (21:44 +0000)
commit1763f8e2cb5b11b2f67aeb6279412e5fc6fc766f
tree322cca2ee8d3ad9fdff8cdc2e4eb77e400df9867
parentc6175d6a56775934a84a080ba81be321b2268fd4
Yet another MinGW extraordinary expansion problem fix.

The sed invocation
  sed -e 's/[ \t]/\n/g'
loses backslash before 'n' for some reason.
  tr 'x \t' 'x\n\n'
equivalent function works correctly and "tr" command
has already been made necessary by previous MinGW fix.
Both patterns starts by x to prevent some clever
substitution of '\' (absolute path character in MinGW).

darcs-hash:20070920214402-ff715-27607c33d4136ec49a1297262dc849da2a1162ca.gz
snippets/config_h