From: markus schnalke Date: Wed, 14 Jan 2015 06:31:49 +0000 (+0100) Subject: Use execprog() instead of system() ... partly transition X-Git-Tag: mmh-0.2-RC1~78 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=8bf8e1e29df17658c3d77629e17f88bf9159e21b;hp=8bf8e1e29df17658c3d77629e17f88bf9159e21b;p=mmh Use execprog() instead of system() ... partly transition There are several more places where system() should be replaced. As execprog() does not split strings into multiple arguments, `listproc' could no longer contain ``show -file''. We need to rework the concept of these `...proc' entries. This commit fixes tests/whatnow/test-attach-detach. ---