[pkg-wpa-devel] [wpa] 01/02: Sneaky little typoses!

Andrew Shadura andrewsh at debian.org
Thu Dec 7 17:25:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

andrewsh pushed a commit to branch debian/master
in repository wpa.

commit fb9fa90096cbcb4a7a712315145700feb164d06d
Author: Andrew Shadura <andrew.shadura at collabora.co.uk>
Date:   Wed Dec 6 17:00:22 2017 +0100

    Sneaky little typoses!
    
    Closes: #883659
---
 debian/ifupdown/functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ifupdown/functions.sh b/debian/ifupdown/functions.sh
index 3d873a2..26404e7 100644
--- a/debian/ifupdown/functions.sh
+++ b/debian/ifupdown/functions.sh
@@ -931,7 +931,7 @@ ifup () {
 	fi
 
 	if [ -n "$WPA_LOGICAL_IFACE" ]; then
-		if ! /sbin/ifquery "${WPA_LOGICAL_IFACE}" > /dev/null 2/&1; then
+		if ! /sbin/ifquery "${WPA_LOGICAL_IFACE}" > /dev/null 2>&1; then
 			wpa_msg log "network settings not defined for $WPA_LOGICAL_IFACE in $INTERFACES_FILE and included files."
 			WPA_LOGICAL_IFACE="default"
 		fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/wpa.git



More information about the Pkg-wpa-devel mailing list