diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/myacprep | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/myacprep b/tools/myacprep index 1486f952..9198dee6 100755 --- a/tools/myacprep +++ b/tools/myacprep @@ -49,3 +49,8 @@ if [ -n "$OUT" ]; then fi ./acprep $SWITCHES + +if [ -n "$OUT" ]; then + ln -sf $OUT/TAGS . + ln -sf $OUT/ledger . +fi |