summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-21 15:08:54 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-21 15:08:54 +0000
commit8c2073fffe601feb7177f45d3c016ef2b15d0be4 (patch)
treee2983f59e35c665f94b997cebfb4f59c93913794 /app-misc/mc/files
parentVersion bump <http://my.opera.com/desktopteam/blog/2009/08/21/another-unite-r... (diff)
downloadhistorical-8c2073fffe601feb7177f45d3c016ef2b15d0be4.tar.gz
historical-8c2073fffe601feb7177f45d3c016ef2b15d0be4.tar.bz2
historical-8c2073fffe601feb7177f45d3c016ef2b15d0be4.zip
USE chdir: Change to latest working directory at exit.
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'app-misc/mc/files')
-rw-r--r--app-misc/mc/files/mc-chdir.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-misc/mc/files/mc-chdir.sh b/app-misc/mc/files/mc-chdir.sh
new file mode 100644
index 000000000000..59080eba740e
--- /dev/null
+++ b/app-misc/mc/files/mc-chdir.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ /usr/libexec/mc/mc.sh ]; then
+ . /usr/libexec/mc/mc.sh
+fi