diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-10-25 13:38:07 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-12-11 12:27:06 +0000 |
commit | 099f87b7cb263b96db95098147c8b5d3ef614dc1 (patch) | |
tree | 9855059bd1b19002abe2fa98669cc878a6aa1901 /bin/container-shell | |
parent | Adding upstream version 20161101. (diff) | |
download | open-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 '')
-rwxr-xr-x | bin/container-shell | 2 |
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 |