From 24935ab40c6cfae59e6a4e260e2f2ff3424bf92d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Feb 2009 20:29:46 -0400 Subject: Updated myacprep to allow a --output argument --- tools/myacprep | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/myacprep b/tools/myacprep index 1775c6ca..7c4e2c14 100755 --- a/tools/myacprep +++ b/tools/myacprep @@ -4,6 +4,8 @@ OUT=$HOME/Products/ledger if [ "$1" = "--local" ]; then OUT="" +elif [ "$1" = "--output" ]; then + OUT="" fi SWITCHES="" -- cgit v1.2.3