summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-06-20 13:20:31 +0300
committerLars Wirzenius <liw@liw.fi>2015-06-20 15:09:33 +0300
commit4d87e19e5ebcc9fa338c88cb3c0d78988b2a7154 (patch)
tree585740a0f7ce73aa8c55425fef564b97d79d19bf /doc
parent4dbd74ca63450db2e7159333c1aee40424052427 (diff)
downloadick-4d87e19e5ebcc9fa338c88cb3c0d78988b2a7154.tar.gz
Move cleanly into icklib
This way, it'll be installed with icklib, and doesn't need to be installed into a bin directory. Fewer versioning problems, and fewer command name collision problems.
Diffstat (limited to 'doc')
-rw-r--r--doc/900-implements.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/900-implements.yarn b/doc/900-implements.yarn
index 4aa30de..8a7155f 100644
--- a/doc/900-implements.yarn
+++ b/doc/900-implements.yarn
@@ -130,7 +130,7 @@ later investigation.
cd "$DATADIR/$MATCH_1"
# Note that we do NOT quote the second match. We let the shell
# parse it as-is. This is necessary to allow multiple arguments.
- if ! "$SRCDIR/cleanly" --no-default-config \
+ if ! "$SRCDIR/icklib/cleanly" --no-default-config \
--test-mode \
--log "$DATADIR/cleanly.log" \
--results "$DATADIR" $MATCH_2 \