raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=acde989c0a496ab22fcba1876cad266d20903cd6
commit acde989c0a496ab22fcba1876cad266d20903cd6 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Aug 15 07:55:50 2016 +0900 rage video thumb - solve bsd not liking shell redirections fixes T4360 --- src/bin/videothumb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/videothumb.c b/src/bin/videothumb.c index 294955a..3f6d3ae 100644 --- a/src/bin/videothumb.c +++ b/src/bin/videothumb.c @@ -144,7 +144,7 @@ _videothumb_launch_do(Evas_Object *obj) sd->exe_handler = ecore_event_handler_add(ECORE_EXE_EVENT_DEL, _cb_thumb_exe, obj); snprintf(buf, sizeof(buf), - "%s/rage/utils/rage_thumb %s 10000 %i >& /dev/null", + "%s/rage/utils/rage_thumb %s 10000 %i 2>&1 /dev/null", libdir, s, sd->poster_mode ? 1 : 0); sd->thumb_exe = ecore_exe_pipe_run(buf, ECORE_EXE_USE_SH | --
