K 10 svn:author V 5 tegge K 8 svn:date V 27 1999-04-09T15:23:48.000000Z K 7 svn:log V 304 When a variable expansion is enclosed in double quotes, the internal representation of the expression is quoted. Take care of this when doing pattern matching in conjunction with trimming. #!/bin/sh c=d:e; echo "${c%:e}" PR: NetBSD PR#7231 Noticed by: Havard Eidnes END