From f04b5f0a34fb1d673aac2913bb2afa82df49e73f Mon Sep 17 00:00:00 2001 From: pvalchev Date: Mon, 24 Feb 2003 07:01:25 +0000 Subject: [PATCH] missed "of of"; David Krause --- infrastructure/fetch/check-license | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/fetch/check-license b/infrastructure/fetch/check-license index 3cf6dbda819..09cfbbcbb6b 100755 --- a/infrastructure/fetch/check-license +++ b/infrastructure/fetch/check-license @@ -1,6 +1,6 @@ #! /bin/sh # -# $OpenBSD: check-license,v 1.2 2003/02/24 06:49:33 pvalchev Exp $ +# $OpenBSD: check-license,v 1.3 2003/02/24 07:01:25 pvalchev Exp $ # # This script verifies that all files in a given directory are # mentioned in the ports LICENSE file as Distribution allowed. @@ -53,7 +53,7 @@ else usage fi -# This awk script matches the license file against an `ls' of of the given +# This awk script matches the license file against an `ls' of the given # distribution directory and spits instructions out to stdout. # /bin/ls $DIST |