From cbf8dbb6071d8680a35eccd76d617e1ff9e6f3c4 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Wed, 8 Apr 2015 17:00:22 -0400 Subject: Double up the curly braces because reasons. Change-Id: I755c8fa792716307606ffb5c5f6b370f076b67e9 JIRA:0000 Signed-off-by: Aric Gardner --- jjb/functest/build-docu.sh | 2 +- jjb/genesis/build-docu.sh | 2 +- jjb/opnfvdocs/build-docu.sh | 2 +- jjb/pharos/build-docu.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'jjb') diff --git a/jjb/functest/build-docu.sh b/jjb/functest/build-docu.sh index 680686eb6..797056456 100644 --- a/jjb/functest/build-docu.sh +++ b/jjb/functest/build-docu.sh @@ -1,6 +1,6 @@ #!/bin/bash for file in $(find . -type f -iname '*.rst'); do - file_cut="${file%.*}" + file_cut="${{file%.*}}" html_file=$file_cut".html" pdf_file=$file_cut".pdf" rst2html $file > $html_file diff --git a/jjb/genesis/build-docu.sh b/jjb/genesis/build-docu.sh index 680686eb6..797056456 100644 --- a/jjb/genesis/build-docu.sh +++ b/jjb/genesis/build-docu.sh @@ -1,6 +1,6 @@ #!/bin/bash for file in $(find . -type f -iname '*.rst'); do - file_cut="${file%.*}" + file_cut="${{file%.*}}" html_file=$file_cut".html" pdf_file=$file_cut".pdf" rst2html $file > $html_file diff --git a/jjb/opnfvdocs/build-docu.sh b/jjb/opnfvdocs/build-docu.sh index 1ea9d0eeb..5718b07c8 100644 --- a/jjb/opnfvdocs/build-docu.sh +++ b/jjb/opnfvdocs/build-docu.sh @@ -1,6 +1,6 @@ #!/bin/bash for file in $(find . -type f -iname '*.rst'); do - file_cut="${file%.*}" + file_cut="${{file%.*}}" html_file=$file_cut".html" pdf_file=$file_cut".pdf" rst2html $file > $html_file diff --git a/jjb/pharos/build-docu.sh b/jjb/pharos/build-docu.sh index 680686eb6..797056456 100644 --- a/jjb/pharos/build-docu.sh +++ b/jjb/pharos/build-docu.sh @@ -1,6 +1,6 @@ #!/bin/bash for file in $(find . -type f -iname '*.rst'); do - file_cut="${file%.*}" + file_cut="${{file%.*}}" html_file=$file_cut".html" pdf_file=$file_cut".pdf" rst2html $file > $html_file -- cgit 1.2.3-korg