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-13 15:21:09 +0000
commitb83b199ea9cdd1069098bbf143bea993adfc584d (patch)
treed8644d227db33dec92cca011b80968099fc3d0b3
parentc75f02a5502d1e6ada4bbb4a2a9aca6d512aa991 (diff)
downloaddefinitions-b83b199ea9cdd1069098bbf143bea993adfc584d.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-`