[Rivet-svn] r2810 - in trunk: . data

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Dec 2 19:53:51 GMT 2010


Author: buckley
Date: Thu Dec  2 19:53:50 2010
New Revision: 2810

Log:
rivet completion tweak... completion still not working on Debian, apparently?

Modified:
   trunk/configure.ac
   trunk/data/rivet-completion

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	Thu Dec  2 18:35:12 2010	(r2809)
+++ trunk/configure.ac	Thu Dec  2 19:53:50 2010	(r2810)
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([Rivet],[1.4.0a0],[rivet at projects.hepforge.org],[Rivet])
+AC_INIT([Rivet],[1.4.0],[rivet at projects.hepforge.org],[Rivet])
 AC_CONFIG_SRCDIR([src/Core/Analysis.cc])
 AC_CONFIG_HEADERS([include/Rivet/Config/DummyConfig.hh include/Rivet/Config/RivetConfig.hh include/Rivet/Config/BuildOptions.hh])
 AM_INIT_AUTOMAKE(dist-bzip2)

Modified: trunk/data/rivet-completion
==============================================================================
--- trunk/data/rivet-completion	Thu Dec  2 18:35:12 2010	(r2809)
+++ trunk/data/rivet-completion	Thu Dec  2 19:53:50 2010	(r2810)
@@ -44,6 +44,11 @@
         return 0
     fi
 
+    if [[ ${prev} == "--histo-file" || ${prev} == "-H" ]] ; then
+        _filedir aida
+        return 0
+    fi
+
     if [[ ${prev} == "--analysis-path" || ${prev} == "--analysis-path-append" ]] ; then
         _filedir -d
         return 0


More information about the Rivet-svn mailing list