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 <bwal...@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.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to