[SCM] Extract bibliographic references from various sources branch, debian, updated. 13fd92eecfba1a2a7dacab472958224f53678657

Filippo Rusconi (Debian Maintainer) rusconi-debian at laposte.net
Thu Sep 10 21:01:43 UTC 2009


The following commit has been merged in the debian branch:
commit 13fd92eecfba1a2a7dacab472958224f53678657
Author: Filippo Rusconi (Debian Maintainer) <rusconi-debian at laposte.net>
Date:   Thu Sep 10 21:44:27 2009 +0200

    Space-protected shell variables for programs.

diff --git a/configure b/configure
index 1252513..e06c18a 100755
--- a/configure
+++ b/configure
@@ -190,7 +190,7 @@ echo "Checking for Qt/qmake:"
       echo "using $QTDIR/bin/qmake."
     fi
   fi
-  $f_qmake -v
+  "$f_qmake" -v
 
 
 #------------------------------------------------------------------------------
@@ -252,10 +252,10 @@ mv -f tmp.par src/c2b/cb2bib_parameters.h
 
 if test "$platform" = Darwin; then
 echo "Running $f_qmake -spec macx-g++ -o Makefile"
-$f_qmake -spec macx-g++ -o Makefile
+"$f_qmake" -spec macx-g++ -o Makefile
 else
 echo "Running $f_qmake -o Makefile"
-$f_qmake -o Makefile
+"$f_qmake" -o Makefile
 fi
 
 echo " "

-- 
Extract bibliographic references from various sources



More information about the debian-science-commits mailing list