missed "of of"; David Krause
This commit is contained in:
parent
caa8ddabbe
commit
f04b5f0a34
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user