[SCM] Extract bibliographic references from various sources branch, debian, updated. 0359f89b3603cf97870474d5c1fd572d415cd9e7

Filippo Rusconi (Debian Maintainer) rusconi-debian at laposte.net
Mon Jul 6 12:01:24 UTC 2009


The following commit has been merged in the debian branch:
commit 7ff82cc93dab077ece27eb716e08ba508a413420
Author: Filippo Rusconi (Debian Maintainer) <rusconi-debian at laposte.net>
Date:   Mon Jul 6 13:59:29 2009 +0200

    Go back to '' instead of '' as wished by upstream.
    The upstream author argues that the script only takes one filename as parameter.

diff --git a/c2btools/c2bimport b/c2btools/c2bimport
index 2b75751..d35ccf4 100644
--- a/c2btools/c2bimport
+++ b/c2btools/c2bimport
@@ -9,8 +9,7 @@
 # rusconi at mnhn.fr
 #
 # June 2009:
-#
-# - Make use of the "$@" argument instead of problematic "$1".
+# - Make use of quoted "$1" argument instead of $1.
 #
 # See the LICENSE file that comes with this distribution
 #
@@ -25,4 +24,4 @@ EOF
   exit 2
 fi
 
-cb2bib --import "$@"
+cb2bib --import "$1"

-- 
Extract bibliographic references from various sources



More information about the debian-science-commits mailing list