From af3c610c3e63f9be8e33163c2a8063d1e295ea4f Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Mon, 5 Feb 2001 07:00:08 +0000 Subject: Relevant BUGIDs: 130130 Purpose of commit: bugfix Commit summary: --------------- needed quotes around a possibly blank shell variable. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 69831bfc..a1d501dc 100644 --- a/configure.in +++ b/configure.in @@ -229,7 +229,7 @@ for d in $DICT_DIR_CANDIDATES ; do fi done done -if test -z $CRACKLIB_DICTPATH ; then +if test -z "$CRACKLIB_DICTPATH" ; then AC_MSG_RESULT(none found) else AC_MSG_RESULT($CRACKLIB_DICTPATH) -- cgit v1.2.3