From 77a9317cf47d3b808db409961a3e75b154e12304 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Fri, 7 Feb 2014 00:23:08 +0100 Subject: Make spellcheck.sh tool callable from anywhere --- tools/spellcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/spellcheck.sh') 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 -- cgit v1.2.3