Whitespace alignment in bsdinstall hostname
Aligning line-continuation characters to prevent mistakes. This is also the prevalent style replication throughout. Sponsored by: Smule, Inc.
This commit is contained in:
parent
2c0eeeb450
commit
b368171f40
@ -79,13 +79,13 @@ dialog_hostname()
|
|||||||
"$DIALOG_TITLE" "$DIALOG_BACKTITLE" "$prompt" "$value" "$hline"
|
"$DIALOG_TITLE" "$DIALOG_BACKTITLE" "$prompt" "$value" "$hline"
|
||||||
|
|
||||||
$DIALOG \
|
$DIALOG \
|
||||||
--title "$DIALOG_TITLE" \
|
--title "$DIALOG_TITLE" \
|
||||||
--backtitle "$DIALOG_BACKTITLE" \
|
--backtitle "$DIALOG_BACKTITLE" \
|
||||||
--hline "$hline" \
|
--hline "$hline" \
|
||||||
--ok-label "$msg_ok" \
|
--ok-label "$msg_ok" \
|
||||||
--no-cancel \
|
--no-cancel \
|
||||||
--inputbox "$prompt" \
|
--inputbox "$prompt" \
|
||||||
$height $width "$value" \
|
$height $width "$value" \
|
||||||
2>&1 >&$DIALOG_TERMINAL_PASSTHRU_FD
|
2>&1 >&$DIALOG_TERMINAL_PASSTHRU_FD
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user