diff options
author | Victor Laza <vlaza@cloudbasesolutions.com> | 2015-04-17 19:32:36 +0300 |
---|---|---|
committer | Victor Laza <vlaza@cloudbasesolutions.com> | 2015-04-17 19:40:50 +0300 |
commit | b272a045032271bc085622478be62df4c021f107 (patch) | |
tree | 0ecedc723e05352ae3414ca34ffa72dc5d1ca2cc /jjb/opnfvdocs/build-docu.sh | |
parent | 10958dad23b865f0e4eea2f9d757372e820acb88 (diff) |
Update [4] on build-docu.sh for opnfvdocs project, fixing sed variable
JIRA: fixing sed variable
Change-Id: Id0bd7792030685c7db607204c10d77af1b0f97f0
Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
Diffstat (limited to 'jjb/opnfvdocs/build-docu.sh')
-rw-r--r-- | jjb/opnfvdocs/build-docu.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" |