From 31dfb6873badc5d7c21fa2fdb6eb4b4aba6ee345 Mon Sep 17 00:00:00 2001 From: Nasir Hossain Date: Fri, 16 Feb 2024 12:48:40 +0600 Subject: [PATCH] fix: escape the backslash in echo command --- build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bash b/build.bash index cd0ef2f..fac1866 100755 --- a/build.bash +++ b/build.bash @@ -60,7 +60,7 @@ sudo rmdir dist/mnt # The image is ready to be used echo " ___ ___ ___ "; echo " | __|__ _ / _ \/ __|"; -echo " | _|/ _\` | (_) \__ \"; +echo " | _|/ _\` | (_) \__ \\"; echo " |___\__, |\___/|___/"; echo " |___/ "; echo "Is Built Successfully!"; \ No newline at end of file