From f794d163ee4243d956ab05e2f333f876f233e615 Mon Sep 17 00:00:00 2001 From: Escartem Date: Thu, 26 Sep 2024 11:52:57 +0200 Subject: [PATCH] fix invalid escape character --- scripts/bz.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bz.py b/scripts/bz.py index 9319cca..9bc42e0 100755 --- a/scripts/bz.py +++ b/scripts/bz.py @@ -242,11 +242,11 @@ def compile(cmd): def print_ascii_art(): print(''' ____ _ _ _ ______ _ - | _ \ (_) | | |___ / (_) + | _ \\ (_) | | |___ / (_) | |_) |_ _ _| | __| | / / _ __ _ | _ <| | | | | |/ _` | / / | '__| | | |_) | |_| | | | (_| |/ /__| | | | - |____/ \__,_|_|_|\__,_/_____|_| |_| + |____/ \\__,_|_|_|\\__,_/_____|_| |_| BuildZri v%s - A minimal build automation tool for C++