From 8875cdf025f649bfa287a5cc49e4dc0aa00c71dc Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 17 Jan 2014 15:58:43 +0000 Subject: Correct test for LIBTOOLIZE by quoting it Based on a patch from Roland . Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73278 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index bff8257b..91d4b09d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -48,7 +48,7 @@ fi } LIBTOOLIZE=`which libtoolize` -if ! test -f $LIBTOOLIZE; then +if ! test -f "$LIBTOOLIZE"; then LIBTOOLIZE=`which glibtoolize` fi -- cgit v1.2.1