build/dbus-service: Fix possible syntax error in 'with-retries'. When the body was not a single expression, quote would throw a syntax error. * gnu/build/dbus-service.scm (with-retries): Ensure the body is a single expression when quoted for the error message. Change-Id: I44ec61bc26c8959b499bc94eb661762afdaf99ba
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/build/dbus-service.scm
M gnu/build/dbus-service.scm => gnu/build/dbus-service.scm +1 -1