From a62718068b63b230ad1d038e124b15d3b7d1e22f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 1 Nov 2017 09:17:07 +0100 Subject: Merging upstream version 20171101. Signed-off-by: Daniel Baumann --- lib/container/list | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/container/list b/lib/container/list index 80e4e35..3e1f981 100755 --- a/lib/container/list +++ b/lib/container/list @@ -26,8 +26,6 @@ MACHINES="/var/lib/machines" VERSION="$(container version)" -TERM="${TERM:-linux}" - Parameters () { GETOPT_LONGOPTIONS="all,csv-separator:,format:,host:,nwdiag-color:,nwdiag-label:,other,started,stopped," @@ -171,7 +169,7 @@ EOF echo " ${CONTAINER} [address = \"${ADDRESS}\", color = \"${COLOR}\", shape = \"flowchart.terminator\", width = \"${WIDTH}\"];" ;; - shell) + shell|sh) echo "${CONTAINER}" ;; -- cgit v1.2.3