mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-17 06:23:00 +02:00
make.sh: Improve formatting of options
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
7
make.sh
7
make.sh
@@ -322,12 +322,7 @@ print_package() {
|
||||
fi
|
||||
|
||||
printf "%-$(( ${NAME_WIDTH} - 1 ))s " "${string}"
|
||||
|
||||
if [ -n "${options}" ]; then
|
||||
printf "[ %-$(( ${OPTIONS_WIDTH} - 4 ))s ]" "${options}"
|
||||
else
|
||||
printf "%${OPTIONS_WIDTH}s" ""
|
||||
fi
|
||||
printf "%$(( ${OPTIONS_WIDTH} - 1 ))s " "${options}"
|
||||
}
|
||||
|
||||
print_runtime() {
|
||||
|
||||
Reference in New Issue
Block a user