Double up the curly braces because reasons. 76/276/1
authorAric Gardner <agardner@linuxfoundation.org>
Wed, 8 Apr 2015 21:00:22 +0000 (17:00 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Wed, 8 Apr 2015 21:00:51 +0000 (17:00 -0400)
Change-Id: I755c8fa792716307606ffb5c5f6b370f076b67e9
JIRA:0000
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jjb/functest/build-docu.sh
jjb/genesis/build-docu.sh
jjb/opnfvdocs/build-docu.sh
jjb/pharos/build-docu.sh

index 680686e..7970564 100644 (file)
@@ -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
index 680686e..7970564 100644 (file)
@@ -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
index 1ea9d0e..5718b07 100644 (file)
@@ -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
index 680686e..7970564 100644 (file)
@@ -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