|
From: | Wagemans, Peter |
Subject: | RE: small fix required in tramp.el for solaris |
Date: | Thu, 7 Sep 2006 12:54:54 +0200 |
> vec "(uname -sr) 2>/dev/null | sed -e 's/^\\|$/\"/g'")))
Doesn't work. It seems that there are sed versions that don't
understand the regular _expression_. Quoting the _expression_ with the ^
in the original line gets it working on Solaris for me:
vec "(uname -sr) 2>/dev/null | sed -e 's/^/\\\"/' -e s/\\$/\\\"/")))
Regards,
Peter Wagemans
[Prev in Thread] | Current Thread | [Next in Thread] |