From 1315d6d491660d01bf5542d135bd1ab5bf1950a0 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 14 2012 13:50:13 +0000 Subject: Update `Functions/Prepare/prepare_updateManuals.sh'. Change variable name from CLI_PROGRAM to CLI_NAME. --- diff --git a/Scripts/Bash/Functions/Prepare/prepare_updateManuals.sh b/Scripts/Bash/Functions/Prepare/prepare_updateManuals.sh index bde6e8c..11d4c6a 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_updateManuals.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_updateManuals.sh @@ -30,17 +30,17 @@ function prepare_updateManuals { local RELEASE=$(cat /etc/redhat-release | gawk '{ print $3 }') # The CentOS Artwork Repository User's Guide in docbook format. - ${CLI_BASEDIR}/${CLI_PROGRAM}.sh render \ + ${CLI_BASEDIR}/${CLI_NAME}.sh render \ trunk/Manuals/Tcar-ug --filter="tcar-ug" \ --dont-commit-changes # The CentOS Distribution Notes - ${CLI_BASEDIR}/${CLI_PROGRAM}.sh render \ + ${CLI_BASEDIR}/${CLI_NAME}.sh render \ trunk/Manuals/Distro --releasever="${RELEASE}" \ --dont-commit-changes # The CentOS Artwork Repository User's Guide in texinfo format. - ${CLI_BASEDIR}/${CLI_PROGRAM}.sh help --update \ + ${CLI_BASEDIR}/${CLI_NAME}.sh help --update \ trunk/Manuals/Tcar-fs \ --dont-commit-changes