From: Victor Laza Date: Fri, 17 Apr 2015 16:32:36 +0000 (+0300) Subject: Update [4] on build-docu.sh for opnfvdocs project, fixing sed variable X-Git-Tag: arno.2015.1.0~97 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b272a045032271bc085622478be62df4c021f107;p=releng.git Update [4] on build-docu.sh for opnfvdocs project, fixing sed variable JIRA: fixing sed variable Change-Id: Id0bd7792030685c7db607204c10d77af1b0f97f0 Signed-off-by: Victor Laza --- diff --git a/jjb/opnfvdocs/build-docu.sh b/jjb/opnfvdocs/build-docu.sh index 0ccd0ca20..7dbeb6587 100644 --- a/jjb/opnfvdocs/build-docu.sh +++ b/jjb/opnfvdocs/build-docu.sh @@ -16,8 +16,8 @@ for file in "${{files[@]}}"; do gs_cp_folder="${{file_cut}}" # sed part - sed -i "s/_sha1_/$git_sha1/g" $full_file_clean - sed -i "s/_date_/$git_date/g" $full_file_clean + sed -i "s/_sha1_/$git_sha1/g" $file + sed -i "s/_date_/$git_date/g" $file # rst2html part echo "rst2html $file"