Johannes Schindelin schrieb:
Hi,
On Wed, 28 Nov 2007, Johannes Sixt wrote:
Johannes Schindelin schrieb:
- s/.*/export GIT_'$uid'_NAME='\''&'\''/p
+ s/.*/GIT_'$uid'_NAME='\''&'\''\nexport
GIT_'$uid'_NAME/p
Recently there was a report that \n in the substitution side of s/// is not
supported by all seds :-(
Okay, how about replacing the line with
+ s/.*/GIT_'$uid'_NAME='\''&'\''\
+export GIT_'$uid'_NAME/p
Hmm? (It works here.)
This looks good. The other case I'm refering to was also solved in this way.
-- Hannes
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html