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