aboutsummaryrefslogtreecommitdiffstats
path: root/s2i/bin/assemble
diff options
context:
space:
mode:
Diffstat (limited to 's2i/bin/assemble')
-rwxr-xr-xs2i/bin/assemble4
1 files changed, 2 insertions, 2 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble
index 6417958..bea93b3 100755
--- a/s2i/bin/assemble
+++ b/s2i/bin/assemble
@@ -27,7 +27,7 @@ echo "---> Building virtio spec ..."
if test "$OPENSHIFT_BUILD_REFERENCE" != ""; then
SPECDOC="$SPECDOC-$OPENSHIFT_BUILD_REFERENCE";
fi;
- echo "- $SPECDOC -"
+ echo "-----> SPECDOC=$SPECDOC <-----";
sh makeall.sh)
echo "---> Move docs output ..."
@@ -79,4 +79,4 @@ EOF
echo "---> Fix permissions ..."
chmod +x . output
chmod -R +r .
-find . | xargs ls -ld
+find output | xargs ls -ld