Update..
This commit is contained in:
@@ -25,7 +25,12 @@ fi
|
||||
# to become the last directory the midnight commander was in
|
||||
# as the current directory when leaving the midnight commander
|
||||
#
|
||||
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
|
||||
elif [ -f "/usr/lib/mc/bin/mc.sh" ] ; then
|
||||
source /usr/lib/mc/bin/mc.sh
|
||||
fi
|
||||
|
||||
if command -v mesg >/dev/null 2>&1; then
|
||||
mesg n
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user