From dd77f25df829fa248a525e540ef109dce51beb3d Mon Sep 17 00:00:00 2001 From: EmanueL Czirai Date: Wed, 14 Jan 2015 01:46:23 -0100 Subject: 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 Signed-off-by: Jorge Manuel B. S. Vicetto --- 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) -- cgit v1.2.3-65-gdbad