Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37733688
en ru br
ALT Linux repositórios
S:2.2.14-alt1
5.0: 1.0.7-alt1
4.1: 1.0.7-alt1
4.0: 1.0.5-alt1.1
3.0: 1.0-alt1

Outros repositórios
Upstream:1.0.7

Group :: Editores
RPM: bluefish

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: bluefish-2.2.12-fix-command-chmod-a-x.patch
Download


From 88280113c1ca6cb58fbd3c4dc330e0abda1e3482 Mon Sep 17 00:00:00 2001
From: Anton Midyukov <antohami@altlinux.org>
Date: Fri, 7 Jan 2022 23:25:16 +0700
Subject: [PATCH] fix command 'chmod a+x' for PATH with spacebar
---
 bluefish/src/rcfile.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bluefish/src/rcfile.c b/bluefish/src/rcfile.c
index 745ecc1..1872629 100644
--- a/bluefish/src/rcfile.c
+++ b/bluefish/src/rcfile.c
@@ -866,7 +866,7 @@ GList *update_commands(GList *current, gboolean overwrite)
 					  array_from_arglist(_("Opera"), "open -a Opera '%p'", "0", NULL));
 	defaults =
 		g_list_prepend(defaults,
-					  array_from_arglist(_("chmod a+x"), "chmod a+x %f", "0", NULL));
+					  array_from_arglist(_("chmod a+x"), "chmod a+x '%f'", "0", NULL));
 	defaults =
 		g_list_prepend(defaults,
 					  array_from_arglist(_("Insert date"), "date|", "0", NULL));
@@ -892,7 +892,7 @@ GList *update_commands(GList *current, gboolean overwrite)
 					  array_from_arglist(_("Links2 (graphics)"), "links2 -g '%p'&", "0", NULL));
 	defaults =
 		g_list_prepend(defaults,
-					  array_from_arglist(_("chmod a+x"), "chmod a+x %f", "0", NULL));
+					  array_from_arglist(_("chmod a+x"), "chmod a+x '%f'", "0", NULL));
 	defaults =
 		g_list_prepend(defaults,
 					  array_from_arglist(_("Insert date"), "date|", "0", NULL));
-- 
2.33.0
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009