summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-15 20:29:46 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-15 20:29:46 -0400
commit24935ab40c6cfae59e6a4e260e2f2ff3424bf92d (patch)
treedc85aec9c87f18b53b9df69fbc352c670fbd9d44
parentcaeb3361764ce8f642251c3778f842bf1b330a73 (diff)
downloadfork-ledger-24935ab40c6cfae59e6a4e260e2f2ff3424bf92d.tar.gz
fork-ledger-24935ab40c6cfae59e6a4e260e2f2ff3424bf92d.tar.bz2
fork-ledger-24935ab40c6cfae59e6a4e260e2f2ff3424bf92d.zip
Updated myacprep to allow a --output argument
-rwxr-xr-xtools/myacprep2
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=""