From a0b04e366efb491cf4990cd96d2040fe175efde3 Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 11 Nov 2001 12:57:25 +0000 Subject: [PATCH] Groan. Even after I refreshed my memory with perlvar(1), I still managed to typo my way through. --- infrastructure/build/portslogger | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/build/portslogger b/infrastructure/build/portslogger index d63e81f3fe5..3a0a4caa535 100755 --- a/infrastructure/build/portslogger +++ b/infrastructure/build/portslogger @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $OpenBSD: portslogger,v 1.7 2001/11/11 12:38:57 espie Exp $ +# $OpenBSD: portslogger,v 1.8 2001/11/11 12:57:25 espie Exp $ # Copyright (c) 2001 Marc Espie. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -81,7 +81,7 @@ sub DESTROY } } -if (@ARG < 1) { +if (@ARGV < 1) { print STDERR "Usage: $0 directory\n"; exit 1; }