summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2012-07-01 17:22:47 +0000
committerespie <espie@openbsd.org>2012-07-01 17:22:47 +0000
commit726d1e7d228eacaacb6a3a03a93efa02f1b85845 (patch)
tree9bdd671fc54fca60c47d38a28af392452ccbb747
parentfix again -j4 properly (diff)
downloadwireguard-openbsd-726d1e7d228eacaacb6a3a03a93efa02f1b85845.tar.xz
wireguard-openbsd-726d1e7d228eacaacb6a3a03a93efa02f1b85845.zip
oops
-rwxr-xr-xusr.bin/libtool/libtool4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/libtool/libtool b/usr.bin/libtool/libtool
index e32d287909e..bff4b2276a3 100755
--- a/usr.bin/libtool/libtool
+++ b/usr.bin/libtool/libtool
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $OpenBSD: libtool,v 1.8 2012/07/01 17:22:28 espie Exp $
+# $OpenBSD: libtool,v 1.9 2012/07/01 17:22:47 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
#
@@ -230,7 +230,7 @@ sub create_symlinks
my $p = abs_path($f);
if (!symlink($p, $link)) {
die "Cannot create symlink($p, $link): $!\n"
- unless $!{EEXIST}
+ unless $!{EEXIST};
}
}
}