Browse Source

Fixed rock_substitute() to quote the filename

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
077930b628
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/functions.in

+ 1
- 1
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

Loading…
Cancel
Save