From b272a045032271bc085622478be62df4c021f107 Mon Sep 17 00:00:00 2001 From: Victor Laza Date: Fri, 17 Apr 2015 19:32:36 +0300 Subject: Update [4] on build-docu.sh for opnfvdocs project, fixing sed variable JIRA: fixing sed variable Change-Id: Id0bd7792030685c7db607204c10d77af1b0f97f0 Signed-off-by: Victor Laza --- jjb/opnfvdocs/build-docu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/opnfvdocs') 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" -- cgit 1.2.3-korg