summaryrefslogtreecommitdiff
path: root/scripts/entry
diff options
context:
space:
mode:
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