summaryrefslogtreecommitdiffstats
path: root/bin/container-shell
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-10-25 13:38:07 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-12-11 12:27:06 +0000
commit099f87b7cb263b96db95098147c8b5d3ef614dc1 (patch)
tree9855059bd1b19002abe2fa98669cc878a6aa1901 /bin/container-shell
parentAdding upstream version 20161101. (diff)
downloadopen-infrastructure-compute-tools-099f87b7cb263b96db95098147c8b5d3ef614dc1.tar.xz
open-infrastructure-compute-tools-099f87b7cb263b96db95098147c8b5d3ef614dc1.zip
Adding upstream version 20161105.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'bin/container-shell')
-rwxr-xr-xbin/container-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/container-shell b/bin/container-shell
index da91c76..9b45f72 100755
--- a/bin/container-shell
+++ b/bin/container-shell
@@ -63,7 +63,7 @@ Shell ()
echo
cd "/usr/lib/${SOFTWARE}/${PROGRAM}"
- echo "$(for COMMAND in about logout *; do echo ${COMMAND}; done | sort)"
+ find . -type f -printf "%f\n" | sort
cd "${OLDPWD}"
echo