summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-03 02:23:10 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-03 02:23:10 +0000
commit797fb17e11f1545251cab1c8ee1c8f750701b0de (patch)
treec84b17e6ac7063eab62aeb6245551099c8221f28
parentd84f675023ed45332300afbc821dc6eb4f3aa815 (diff)
downloadfedora-doc-utils-797fb17e11f1545251cab1c8ee1c8f750701b0de.tar.gz
fedora-doc-utils-797fb17e11f1545251cab1c8ee1c8f750701b0de.tar.xz
fedora-doc-utils-797fb17e11f1545251cab1c8ee1c8f750701b0de.zip
Identify original shell using the ${REALSHELL} variable.
-rwxr-xr-xbin/fdpsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/fdpsh b/bin/fdpsh
index 3b4d34b..e507686 100755
--- a/bin/fdpsh
+++ b/bin/fdpsh
@@ -21,6 +21,7 @@ esac
#
PATH=${FDPBINDIR}:${PATH} export PATH
FDPDIR=`cd ${FDPBINDIR}/../.. ; /bin/pwd` export FDPDIR
+REALSHELL="${SHELL}" export REALSHELL
SHELL=${FDPBINDIR}/${ME} export SHELL
#
FDPLOG=/tmp/fdpsh.log