summaryrefslogtreecommitdiff
path: root/contrib/entry
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-23 19:07:30 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-23 19:07:30 -0400
commit944c63e6f26d1f05ba6f63c60f510d3796872f3e (patch)
treee1fc54319c2c42c16a64e95930acaca063658863 /contrib/entry
parent057506ab6dddbfb75d1bb29289602f375ca57df5 (diff)
downloadfork-ledger-944c63e6f26d1f05ba6f63c60f510d3796872f3e.tar.gz
fork-ledger-944c63e6f26d1f05ba6f63c60f510d3796872f3e.tar.bz2
fork-ledger-944c63e6f26d1f05ba6f63c60f510d3796872f3e.zip
The Great Renaming, Part II
The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
Diffstat (limited to 'contrib/entry')
-rwxr-xr-xcontrib/entry6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/entry b/contrib/entry
index cc030d8e..ef1869da 100755
--- a/contrib/entry
+++ b/contrib/entry
@@ -6,11 +6,11 @@ fi
line=`wc -l $LEDGER | awk '{print $1}'`
-if ledger entry "$@" > /tmp/entry; then
- cat /tmp/entry >> $LEDGER
+if ledger xact "$@" > /tmp/xact; then
+ cat /tmp/xact >> $LEDGER
else
echo "$@" >> $LEDGER
fi
-rm /tmp/entry
+rm /tmp/xact
vi +$line $LEDGER