summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-02-04 16:34:17 +0000
committerPaul W. Frields <stickster@gmail.com>2006-02-04 16:34:17 +0000
commit5d43f8a28d977896f4d93a3ce18f5d4823c76f6e (patch)
tree28162cfce685c91ce3410f1bbc793113246a4292 /bin
parentc7134fa631dc37a76ff94f5df1af4262a69227fd (diff)
downloadfedora-doc-utils-5d43f8a28d977896f4d93a3ce18f5d4823c76f6e.tar.gz
fedora-doc-utils-5d43f8a28d977896f4d93a3ce18f5d4823c76f6e.tar.xz
fedora-doc-utils-5d43f8a28d977896f4d93a3ce18f5d4823c76f6e.zip
Pushd/popd stuff was ugly, it's true; this should be more portable.
Without it, package buliding output is harder to read/debug due to piling on of *many* relative directory parentage constructs, especially during XSLT operations, since fdpsh is called a whole bunch.
Diffstat (limited to 'bin')
-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