summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@cvs.openbsd.org>2006-11-28 03:30:29 +0000
committerChris Kuethe <ckuethe@cvs.openbsd.org>2006-11-28 03:30:29 +0000
commit20b19009d18d3bc82abb12599f53aad5b9de3e7f (patch)
treed54e90d0e24bd6180d8f33547b49174ad921f8ab /usr.bin
parentf7ad55a287bd77fb4e400e60d9d8cc45df6bc857 (diff)
Remove a debug print i accidentally left behind
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/pkg-config/pkg-config4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/pkg-config/pkg-config b/usr.bin/pkg-config/pkg-config
index 094b01bdc31..5cf614b445b 100644
--- a/usr.bin/pkg-config/pkg-config
+++ b/usr.bin/pkg-config/pkg-config
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $OpenBSD: pkg-config,v 1.8 2006/11/28 01:59:42 ckuethe Exp $
+# $OpenBSD: pkg-config,v 1.9 2006/11/28 03:30:28 ckuethe Exp $
#$CSK: pkgconfig.pl,v 1.39 2006/11/27 16:26:20 ckuethe Exp $
# Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org>
@@ -233,8 +233,6 @@ sub do_modversion
my ($p, undef) = @_;
my ($f);
- print "\$p ='$p'\n";
-
exit 1 unless $f = pathresolve($p);
exit 1 unless $f = slurp($f);