$OpenBSD: patch-data_Makefile_in,v 1.4 2004/05/31 14:36:16 couderc Exp $
--- data/Makefile.in.orig	2004-05-31 15:50:10.000000000 +0200
+++ data/Makefile.in	2004-05-31 15:50:30.000000000 +0200
@@ -38,7 +38,7 @@ FUNCREFFILES = funcref_html.xml funcref_
 
 all: $(DEFAULTFILES)
 	sed -e 's!ICONDIR!$(iconpath)!' < bluefish.desktop.in > bluefish.desktop
-	if [ ${have_gnome_vfs} = "1" ] ; then \
+	if [ "${have_gnome_vfs}" = "1" ] ; then \
 		sed -e 's!EXPECT_URIS!true!' -e 's!SUPPORTED_URI_SCHEMES!file,http,ftp,sftp,smb!' < bluefish.applications.in > bluefish.applications ;\
 	else \
 		sed -e 's!EXPECT_URIS!false!' -e 's!SUPPORTED_URI_SCHEMES!!' < bluefish.applications.in > bluefish.applications ;\
