diff options
Diffstat (limited to 'tools/spellcheck.sh')
-rwxr-xr-x | tools/spellcheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/spellcheck.sh b/tools/spellcheck.sh index ae86a3d6..7a51a18d 100755 --- a/tools/spellcheck.sh +++ b/tools/spellcheck.sh @@ -1,3 +1,3 @@ #!/bin/sh -aspell check --mode=texinfo ledger3.texi
\ No newline at end of file +aspell check --mode=texinfo $(dirname $0)/../doc/ledger3.texi |