From c9fb11bd60a2170fb896d77ff8d7706f563ad597 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Nov 2004 06:43:11 +0000 Subject: updated to version 2.0 --- scripts/entry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/entry (limited to 'scripts/entry') diff --git a/scripts/entry b/scripts/entry old mode 100644 new mode 100755 index 28daf8c8..cc030d8e --- 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 -- cgit v1.2.3