"Thomas Adam" <thomas.adam22@gmail.com> writes:Yes. Neither is [[:space:]]. The above actually is pretty much equivalent to $(RM) "$series+" sed "/^$p/s/\$/ #$x/" "$series" >"$series+" $(MV) "$series+" "$series" Which is probably not what was intended (the whole [[:space:]] construct is irrelevant). More likely it was intended to do something like $(RM) "$series+" sed "/^$p[ ]/s/\$/ #$x/" "$series" >"$series+" $(MV) "$series+" "$series" or if $p can contain slashes but not commata, $(RM) "$series+" sed "\,^$p[ ],s,\$, #$x," "$series" >"$series+" $(MV) "$series+" "$series" Note that the included tab character will get safely from any shell to any sed. -- David Kastrup - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Trent Piepho | [PATCH] [POWERPC] Improve (in|out)_beXX() asm code |
| Stoyan Gaydarov | From 2.4 to 2.6 to 2.7? |
| Andi Kleen | [PATCH] [4/50] x86: add cpu codenames for Kconfig.cpu |
| Greg Kroah-Hartman | [PATCH 013/196] Documentation: Replace obsolete "driverfs" with "sysfs". |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | Re: HTB accuracy for high speed |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | Re: [GIT]: Networking |
