From 54be65370c4cb3718243e3f34493ccf51b73bdba Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Mon, 1 Apr 2024 05:37:31 +0400 Subject: [PATCH] app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: einfo syntax fix - remove : Closes: https://bugs.gentoo.org/928083 Signed-off-by: Vitaly Zdanevich --- ...-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild index 2a68b0a5ed..c067fe6978 100644 --- a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild +++ b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild @@ -16,5 +16,5 @@ src_install() { } pkg_postinst() { - einfo: "How to use: run in terminal in a folder - and in another software create a file with space in name, in that folder" + einfo "How to use: run in terminal in a folder - and in another software create a file with space in name, in that folder" }