[Pkg-ocaml-maint-commits] r6189 - /trunk/projects/git-guide/d-o-m-mrconfig.sh

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Wed Feb 18 10:47:22 UTC 2009


Author: glondu-guest
Date: Wed Feb 18 10:47:21 2009
New Revision: 6189

URL: http://svn.debian.org/wsvn/?sc=1&rev=6189
Log:
Remove error-prone construction

This probably hasn't the expected effect and is not needed, anyway...

Modified:
    trunk/projects/git-guide/d-o-m-mrconfig.sh

Modified: trunk/projects/git-guide/d-o-m-mrconfig.sh
URL: http://svn.debian.org/wsvn/trunk/projects/git-guide/d-o-m-mrconfig.sh?rev=6189&op=diff
==============================================================================
--- trunk/projects/git-guide/d-o-m-mrconfig.sh (original)
+++ trunk/projects/git-guide/d-o-m-mrconfig.sh Wed Feb 18 10:47:21 2009
@@ -18,7 +18,7 @@
 SVN_PKGS=`svn ls $SVN_REPODIR | grep -v git-repo | sed 's/\///'`
 
 # Packages not migrated to Git
-SVN_REMAINING_PKGS=`echo "${SVN_PKGS// /\n}" | grep -F "${GIT_PKGS// /\n}" -x -v`
+SVN_REMAINING_PKGS=`echo "${SVN_PKGS}" | grep -F "${GIT_PKGS}" -x -v`
 
 echo "I: Generating mrconfig file in $OUTPUT"
 




More information about the Pkg-ocaml-maint-commits mailing list