summaryrefslogtreecommitdiff
path: root/scripts/entry
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-11-08 06:43:11 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:47 -0400
commitc9fb11bd60a2170fb896d77ff8d7706f563ad597 (patch)
tree42bdf09e7d8727ba31d1d8dae9b4eb4b2a605441 /scripts/entry
parentfa2ceaed13c031add578ee8eb33da0c9980b9fb1 (diff)
downloadfork-ledger-c9fb11bd60a2170fb896d77ff8d7706f563ad597.tar.gz
fork-ledger-c9fb11bd60a2170fb896d77ff8d7706f563ad597.tar.bz2
fork-ledger-c9fb11bd60a2170fb896d77ff8d7706f563ad597.zip
updated to version 2.0
Diffstat (limited to 'scripts/entry')
-rwxr-xr-x[-rw-r--r--]scripts/entry2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/entry b/scripts/entry
index 28daf8c8..cc030d8e 100644..100755
--- a/scripts/entry
+++ b/scripts/entry
@@ -1,6 +1,6 @@
#!/bin/sh
-if [ -z "$LEDGER" -o ! -r $LEDGER ]; then
+if [ -z "$LEDGER" -o ! -r "$LEDGER" ]; then
echo Please set your LEDGER environment variable.
fi