Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37515124
en ru br
Репозитории ALT
S:2.2.14-alt1
5.1: 2.0.2-alt0.M50P.1
4.1: 1.0.7-alt1
4.0: 1.0.5-alt1.1
3.0: 1.0-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:1.0.7

Группа :: Редакторы
Пакет: bluefish

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: bluefish-2.2.12-fix-command-chmod-a-x.patch
Скачать


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
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin