summaryrefslogtreecommitdiffstats
path: root/bin/fdpsh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fdpsh')
-rwxr-xr-xbin/fdpsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fdpsh b/bin/fdpsh
index ddfe8a5..3b4d34b 100755
--- a/bin/fdpsh
+++ b/bin/fdpsh
@@ -20,7 +20,7 @@ case "${FDPBINDIR}" in
esac
#
PATH=${FDPBINDIR}:${PATH} export PATH
-FDPDIR=${FDPBINDIR}/../.. export FDPDIR
+FDPDIR=`cd ${FDPBINDIR}/../.. ; /bin/pwd` export FDPDIR
SHELL=${FDPBINDIR}/${ME} export SHELL
#
FDPLOG=/tmp/fdpsh.log