|
| From: | Dan Jacobson |
| Subject: | Makefile mode's sh comment non-exactness |
| Date: | Fri, 27 Aug 2004 13:26:34 +0800 |
Makefile mode's colors show that it thinks this
cd $?.d && sed /^#/d ../$?|wget -w 2 ...
is a comment starting at #.
Yes I could use
cd $?.d && sed '/^#/d' ../$?|wget -w 2 ...
but then my friends would think I was silly.
| [Prev in Thread] | Current Thread | [Next in Thread] |