summaryrefslogtreecommitdiff
path: root/comms/gscmxx/patches/patch-aa
blob: 89dce679a4570c5568f6c51f7a47174a9249dac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2003/08/22 11:36:52 salo Exp $

--- bin/gscmxx.orig	2002-11-23 13:44:54.000000000 +0100
+++ bin/gscmxx	2003-08-22 13:29:34.000000000 +0200
@@ -4035,7 +4035,7 @@
 	#TODO
 	# check for useable ircomm devices
 	# for now just list all of them	
-	my @ircoms = `ls -1 /dev/ircomm*`;
+	my @ircoms = `ls -1 /dev/ircomm* 2>/dev/null`;
 
 	# check if usb is present
 	my @usbtty;