diff options
-rwxr-xr-x | s2i/bin/assemble | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index cb177bd..f4604ba 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -16,8 +16,8 @@ echo "---> Building virtio spec ..." SPECDOC="$SPECDOC-$OPENSHIFT_BUILD_REFERENCE"; fi; echo "-----> SPECDOC=$SPECDOC <-----"; - sh -e makepdf.sh - sh -e makehtml.sh) + sh makepdf.sh + sh makehtml.sh) echo "---> Move docs output ..." mkdir output |