diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-21 15:08:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-21 15:08:54 +0000 |
commit | 8c2073fffe601feb7177f45d3c016ef2b15d0be4 (patch) | |
tree | e2983f59e35c665f94b997cebfb4f59c93913794 /app-misc/mc/files | |
parent | Version bump <http://my.opera.com/desktopteam/blog/2009/08/21/another-unite-r... (diff) | |
download | historical-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.sh | 5 |
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 |