.profile: fix error readung mc configuration.
This commit is contained in:
parent
a4572797af
commit
2cdab4b16a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user