diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-15 20:29:46 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-15 20:29:46 -0400 |
commit | 24935ab40c6cfae59e6a4e260e2f2ff3424bf92d (patch) | |
tree | dc85aec9c87f18b53b9df69fbc352c670fbd9d44 | |
parent | caeb3361764ce8f642251c3778f842bf1b330a73 (diff) | |
download | fork-ledger-24935ab40c6cfae59e6a4e260e2f2ff3424bf92d.tar.gz fork-ledger-24935ab40c6cfae59e6a4e260e2f2ff3424bf92d.tar.bz2 fork-ledger-24935ab40c6cfae59e6a4e260e2f2ff3424bf92d.zip |
Updated myacprep to allow a --output argument
-rwxr-xr-x | tools/myacprep | 2 |
1 files changed, 2 insertions, 0 deletions
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="" |