SystemExec: copy last argument from command line to argv[]
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Sun, 18 May 2014 19:49:58 +0000 (20:49 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Sun, 18 May 2014 19:49:58 +0000 (20:49 +0100)
commit7c4259133d4ca965f7aed5cbb419d75125de6bef
treea3bb1334447071e9bf69cef278008acbc6310913
parent57077093b706c5938f9fd70f70d031cae2c59217
SystemExec: copy last argument from command line to argv[]

Make sure to copy any part of the command line after the last delimiter
to argv[] when creating a SystemExec with an escaped command line.
libs/pbd/system_exec.cc