未验证 提交 250cd142 编写于 作者: L Lukáš Doktor 提交者: Cleber Rosa

examples.wrappers.rr: Support spaces in output dir

The path variables need to be quotated.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 6a259cf5
......@@ -3,7 +3,7 @@
# Record deterministic execution using rr (http://rr-project.org)
#
export _RR_TRACE_DIR=$AVOCADO_TEST_OUTPUTDIR/rr
mkdir -p $_RR_TRACE_DIR
export _RR_TRACE_DIR="$AVOCADO_TEST_OUTPUTDIR/rr"
mkdir -p "$_RR_TRACE_DIR"
exec rr record -n "$@"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册