.profile: fix error readung mc configuration.

This commit is contained in:
Christoph 2021-05-20 16:12:23 +02:00
parent a4572797af
commit 2cdab4b16a
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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