From c88bc831458018919d3e8cb4da561f8343de2a61 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Fri, 15 Nov 2019 16:48:50 +0100 Subject: [PATCH] Fix an escape bug printf: unknown escape sequence `\ ' --- evomaintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evomaintenance.sh b/evomaintenance.sh index 72b2d00..95af264 100755 --- a/evomaintenance.sh +++ b/evomaintenance.sh @@ -547,7 +547,7 @@ if [ "${INTERACTIVE}" = "1" ] && [ "${EVOCHECK}" = "1" ]; then get_evocheck fi if [ -n "${GIT_STATUSES}" ] && [ "${INTERACTIVE}" = "1" ]; then - printf "/!\ There are some uncommited changes.\n%s\n\n" "${GIT_STATUSES}" + printf "/!\\\ There are some uncommited changes.\n%s\n\n" "${GIT_STATUSES}" fi if [ -z "${MESSAGE}" ]; then