[csw-devel] SF.net SVN: opencsw:[406] catalog_signatures/lib/csw/gpg_daemon.rb

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jul 21 05:00:41 CEST 2011


Revision: 406
          http://opencsw.svn.sourceforge.net/opencsw/?rev=406&view=rev
Author:   bdwalton
Date:     2011-07-21 03:00:41 +0000 (Thu, 21 Jul 2011)

Log Message:
-----------
correct the calling of the gpg command

Signed-off-by: Ben Walton <bwalton at artsci.utoronto.ca>

Modified Paths:
--------------
    catalog_signatures/lib/csw/gpg_daemon.rb

Modified: catalog_signatures/lib/csw/gpg_daemon.rb
===================================================================
--- catalog_signatures/lib/csw/gpg_daemon.rb	2011-07-21 03:00:19 UTC (rev 405)
+++ catalog_signatures/lib/csw/gpg_daemon.rb	2011-07-21 03:00:41 UTC (rev 406)
@@ -21,7 +21,7 @@
 
     if p
       cmd = "#{@gpg} --#{mode} '#{p}'"
-      content = `cmd`
+      content = `#{cmd}`
       if $?.eql?(0)
         response.status = 200
         response.body = content


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list