From 585cc3075e523dabd02a5762188524ba3a530ebd Mon Sep 17 00:00:00 2001
From: Carl N Baldwin <cnb@plane.localdomain>
Date: Tue, 29 Nov 2005 19:57:18 -0700
Subject: [PATCH] Oops, a silly little bug.

---
 scripts/restore-script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/restore-script.sh b/scripts/restore-script.sh
index d961768..c95b840 100755
--- a/scripts/restore-script.sh
+++ b/scripts/restore-script.sh
@@ -12,7 +12,7 @@ function err() {
 
 export PATH=${rundir%/}:/bin:/usr/bin:/sbin:/usr/sbin:/sw/bin
 
-if [ ! -z "$1" -o ! -d "$2" ]; then
+if [ -z "$1" -o ! -d "$2" ]; then
   err "
 
 Usage: $(basename $0) <source-dir> <relocate-dir> [<mnt-dir>]
-- 
2.34.1