From 2cdab4b16aae1b8e12a968579a6851ece71cb003 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 20 May 2021 16:12:23 +0200 Subject: [PATCH] .profile: fix error readung mc configuration. --- supported-files/user_templates/all/.profile | 2 +- supported-files/user_templates/chris/.profile | 2 +- supported-files/user_templates/ckubu/.profile | 2 +- supported-files/user_templates/root/.profile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/supported-files/user_templates/all/.profile b/supported-files/user_templates/all/.profile index c9df1eb..19133f0 100644 --- a/supported-files/user_templates/all/.profile +++ b/supported-files/user_templates/all/.profile @@ -26,7 +26,7 @@ fi # as the current directory when leaving the midnight commander # #. /usr/lib/mc/bin/mc.sh -if [ -f "/usr/share/mc/bin/mc.sh"]; then +if [ -f "/usr/share/mc/bin/mc.sh" ]; then source /usr/share/mc/bin/mc.sh fi diff --git a/supported-files/user_templates/chris/.profile b/supported-files/user_templates/chris/.profile index ecd6faf..552cd39 100644 --- a/supported-files/user_templates/chris/.profile +++ b/supported-files/user_templates/chris/.profile @@ -26,6 +26,6 @@ fi # as the current directory when leaving the midnight commander # #. /usr/lib/mc/bin/mc.sh -if [ -f "/usr/share/mc/bin/mc.sh"]; then +if [ -f "/usr/share/mc/bin/mc.sh" ]; then source /usr/share/mc/bin/mc.sh fi diff --git a/supported-files/user_templates/ckubu/.profile b/supported-files/user_templates/ckubu/.profile index c9df1eb..19133f0 100644 --- a/supported-files/user_templates/ckubu/.profile +++ b/supported-files/user_templates/ckubu/.profile @@ -26,7 +26,7 @@ fi # as the current directory when leaving the midnight commander # #. /usr/lib/mc/bin/mc.sh -if [ -f "/usr/share/mc/bin/mc.sh"]; then +if [ -f "/usr/share/mc/bin/mc.sh" ]; then source /usr/share/mc/bin/mc.sh fi diff --git a/supported-files/user_templates/root/.profile b/supported-files/user_templates/root/.profile index 91af108..c6068d9 100644 --- a/supported-files/user_templates/root/.profile +++ b/supported-files/user_templates/root/.profile @@ -19,7 +19,7 @@ fi # as the current directory when leaving the midnight commander # # . /usr/lib/mc/bin/mc.sh -if [ -f "/usr/share/mc/bin/mc.sh"]; then +if [ -f "/usr/share/mc/bin/mc.sh" ]; then source /usr/share/mc/bin/mc.sh fi