summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-02-04 04:14:45 +0000
committerPaul W. Frields <stickster@gmail.com>2006-02-04 04:14:45 +0000
commitaf010db0ec3933d12c65f07451cd45d3b9e9b966 (patch)
tree3597a07b1ff5f2552e7b04525adc752819c7ab3b /bin
parent73bfbce6f3d5a474da8350535cfea8ed66757e9c (diff)
downloadfedora-doc-utils-af010db0ec3933d12c65f07451cd45d3b9e9b966.tar.gz
fedora-doc-utils-af010db0ec3933d12c65f07451cd45d3b9e9b966.tar.xz
fedora-doc-utils-af010db0ec3933d12c65f07451cd45d3b9e9b966.zip
You're right, not happy at all... get rid of that, plus a spelling correciton
Diffstat (limited to 'bin')
-rw-r--r--bin/fdp-functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fdp-functions b/bin/fdp-functions
index 8a522b9..a5d31e7 100644
--- a/bin/fdp-functions
+++ b/bin/fdp-functions
@@ -19,7 +19,7 @@ esac
FDPBINDIR="${FDPDIR}/docs-common/bin"
FDPPKGDIR="${FDPDIR}/docs-common/packaging"
# NOTE TO PAUL: This is not a happy solution to defining ${RPMINFO}
-RPMINFO=${RPMINFO:-"rpm-info-${LANG}.xml"}
+#RPMINFO=${RPMINFO:-"${LANG}/rpm-info-${LANG}.xml"}
XSLTPROC=${XSLTPROC:-xsltproc}
XMLFORMAT=${XMLFORMAT:-"${FDPBINDIR}/xmlformat"}
XMLFOPTS=${XMLFOPTS:-"-f ${FDPBINDIR}/xmlformat-fdp.conf"}
@@ -52,7 +52,7 @@ get_worker_attribute()
version()
{
# Return latest revision for an optional role argument
- # Don't gumble if we cannot find ${RPMINF}, because it
+ # Don't grumble if we cannot find ${RPMINFO}, because it
# may not have been created yet.
if [ ! -z "$1" ]; then
OPTS="--stringparam role $1"