summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-06-09 15:07:40 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-06-09 15:07:40 +0100
commitbefa00d996220cc02377ea4ebedd5356c93d8939 (patch)
tree7d71bf337e244df460bc602592892e9033807c87
parentfa52715aab74d8c70e656bf66b76837d95944f1f (diff)
downloaddefinitions-befa00d996220cc02377ea4ebedd5356c93d8939.tar.gz
Fix licensecheck.sh to work with the new `morph edit` syntax.
-rwxr-xr-xlicensecheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/licensecheck.sh b/licensecheck.sh
index 1592b568..a39e62da 100755
--- a/licensecheck.sh
+++ b/licensecheck.sh
@@ -69,7 +69,7 @@ for stratum in $strata; do
for chunk in $chunks; do
if [ "$chunk" != "$stratum" ]; then
if ! (echo $gplv3_chunks | grep -wq "$chunk"); then
- morph edit $system $stratum $chunk 1>&2
+ morph edit $chunk 1>&2
else
repo=`grep "name.*: *$chunk" "$stratum.morph" -A1 | \
tail -n1 | cut -d: -f3-`