summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-04-01 19:38:32 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-04-16 10:19:47 +0000
commit0037e41e0540e317e8a7c905feb02ba7f03b66ce (patch)
tree3a91682ce21515ad0e37cf250f25508cc7f61f7f
parentOverwriting existing symlinks in makefiles install target. (diff)
downloadcompute-tools-0037e41e0540e317e8a7c905feb02ba7f03b66ce.tar.xz
compute-tools-0037e41e0540e317e8a7c905feb02ba7f03b66ce.zip
Adding extra empty line before each command output in container-shell.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xbin/container-shell1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/container-shell b/bin/container-shell
index c801aa6..4639537 100755
--- a/bin/container-shell
+++ b/bin/container-shell
@@ -81,6 +81,7 @@ Shell ()
echo "'${COMMAND}': no such ${PROGRAM} command" >&2
return
else
+ echo
"/usr/lib/${SOFTWARE}/${PROGRAM}/${COMMAND}" "${OPTIONS}" || true
fi
}