commit: dd77f25df829fa248a525e540ef109dce51beb3d Author: EmanueL Czirai <emanueLczirai <AT> cryptoLab <DOT> net> AuthorDate: Wed Jan 14 02:46:23 2015 +0000 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org> CommitDate: Wed Jan 14 02:46:23 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/livecd-tools.git;a=commit;h=dd77f25d
Add a missing "\" in net-setup script. Gentoo-Bug: 536432 Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=536432 X-Patch-URL: https://536432.bugs.gentoo.org/attachment.cgi?id=393846 Signed-off-by: EmanueL Czirai <emanueLczirai <AT> cryptoLab.net> Signed-off-by: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo.org> --- net-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-setup b/net-setup index 785631b..e8a42b5 100755 --- a/net-setup +++ b/net-setup @@ -116,7 +116,7 @@ config_ip() { --inputbox "Please enter a Broadcast address for ${iface}:" \ 20 50 "${BC_TEMP}" 2> ${iface}.BC BROADCAST=$(tail -n 1 ${iface}.BC) - dialog --visit-items --title "Network mask" + dialog --visit-items --title "Network mask" \ --inputbox "Please enter a Network Mask for ${iface}:" \ 20 50 "255.255.255.0" 2> ${iface}.NM NETMASK=$(tail -n 1 ${iface}.NM)