Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/poudriere/jail.sh')
-rwxr-xr-xsrc/share/poudriere/jail.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/jail.sh b/src/share/poudriere/jail.sh
index 5c901d1a..725fa115 100755
--- a/src/share/poudriere/jail.sh
+++ b/src/share/poudriere/jail.sh
@@ -93,7 +93,7 @@ list_jail() {
local j name version arch method mnt timestamp time
if [ ${NAMEONLY} -eq 0 ]; then
- format='%%-%ds %%-%ds %%-%ds %%-%ds %%-%ds %%s'
+ format='%%-%ds %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds'
display_setup "${format}" "-d -k2,2V -k3,3 -k1,1"
display_add "JAILNAME" "VERSION" "ARCH" "METHOD" \
"TIMESTAMP" "PATH"