replace single screen call with two separate (more portable)
authorJohannes Weißl <jargon@molb.org>
Thu, 11 Nov 2010 00:29:31 +0000 (01:29 +0100)
committerJohannes Weißl <jargon@molb.org>
Thu, 11 Nov 2010 00:29:31 +0000 (01:29 +0100)
Reason:

screen version 4.00.03jw4 (FAU) and 4.01.00devel (GNUa805439) handle
backslash escaping different when using `screen eval`.

works in 4.00.03jw4 (FAU):
    screen -X eval "select 0" "stuff 'isn'\\''t that nice'"

works in 4.01.00devel (GNUa805439):
    screen -X eval "select 0" "stuff 'isn'\\\\''t that nice'"


No differences found

Benjamin Mako Hill || Want to submit a patch?