.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
|
# as the current directory when leaving the midnight commander
|
||||||
#
|
#
|
||||||
#. /usr/lib/mc/bin/mc.sh
|
#. /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
|
source /usr/share/mc/bin/mc.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ fi
|
|||||||
# as the current directory when leaving the midnight commander
|
# as the current directory when leaving the midnight commander
|
||||||
#
|
#
|
||||||
#. /usr/lib/mc/bin/mc.sh
|
#. /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
|
source /usr/share/mc/bin/mc.sh
|
||||||
fi
|
fi
|
||||||
|
@ -26,7 +26,7 @@ fi
|
|||||||
# as the current directory when leaving the midnight commander
|
# as the current directory when leaving the midnight commander
|
||||||
#
|
#
|
||||||
#. /usr/lib/mc/bin/mc.sh
|
#. /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
|
source /usr/share/mc/bin/mc.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ fi
|
|||||||
# as the current directory when leaving the midnight commander
|
# as the current directory when leaving the midnight commander
|
||||||
#
|
#
|
||||||
# . /usr/lib/mc/bin/mc.sh
|
# . /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
|
source /usr/share/mc/bin/mc.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user