diff options
-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="" |