From 077930b62837e0494921440d6a4383b53587ed61 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 3 Feb 2008 04:09:23 +0000 Subject: [PATCH] Fixed rock_substitute() to quote the filename --- lib/functions.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.in b/lib/functions.in index 2b98936..ec7492e 100644 --- a/lib/functions.in +++ b/lib/functions.in @@ -433,7 +433,7 @@ rock_substitute() { -e s,D_datadir,$datadir,g -e s,D_infodir,$infodir,g \ -e s,D_bindir,$bindir,g -e s,D_sbindir,$sbindir,g \ -e s,D_libdir,$libdir,g -e s,D_mandir,$mandir,g \ - -e s,D_ver,$ver,g $1 + -e s,D_ver,$ver,g "$1" } # This outputs a predefined config.cache file as it needed by some