docs-common/bin fdpsh,1.6,1.7

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Feb 4 16:34:28 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common/bin
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7954

Modified Files:
	fdpsh 
Log Message:
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.



Index: fdpsh
===================================================================
RCS file: /cvs/docs/docs-common/bin/fdpsh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fdpsh	4 Feb 2006 16:20:41 -0000	1.6
+++ fdpsh	4 Feb 2006 16:34:17 -0000	1.7
@@ -20,7 +20,7 @@
 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




More information about the Fedora-docs-commits mailing list