diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-02-05 16:41:11 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-02-05 16:41:11 +0100 |
commit | a7fe2391f0a58f5b86b980982a090bedf10c4b16 (patch) | |
tree | eef576063c2ece72f7bbe807daee8a7a349d1843 | |
parent | 8ac45618642966c32aac78d71d13cdccf6c12fd1 (diff) | |
download | s2i-virtio-spec-a7fe2391f0a58f5b86b980982a090bedf10c4b16.tar.gz |
drop -e
-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 |