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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 9f576f2c..74224ed0 100755 --- a/configure +++ b/configure @@ -2186,7 +2186,7 @@ for d in $DICT_DIR_CANDIDATES ; do fi done done -if test -z $CRACKLIB_DICTPATH ; then +if test -z "$CRACKLIB_DICTPATH" ; then echo "$ac_t""none found" 1>&6 else echo "$ac_t""$CRACKLIB_DICTPATH" 1>&6 -- cgit v1.2.3