[csw-devel] SF.net SVN: opencsw:[442] catalog_signatures/bin/daemon_init

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jul 21 05:14:06 CEST 2011


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

Log Message:
-----------
add missing quote, quote another arg that could have spaces

Signed-off-by: Ben Walton <bwalton at opencsw.org>

Modified Paths:
--------------
    catalog_signatures/bin/daemon_init

Modified: catalog_signatures/bin/daemon_init
===================================================================
--- catalog_signatures/bin/daemon_init	2011-07-21 03:13:46 UTC (rev 441)
+++ catalog_signatures/bin/daemon_init	2011-07-21 03:14:06 UTC (rev 442)
@@ -12,4 +12,4 @@
 
 rm -f ${APP_GPG_ENV}
 
-gpg-agent --daemon --homedir "${APP_GPG}" --write-env-file "${APP_GPG_ENV} screen -c ${APP_HOME}/etc/screenrc -p 0
+gpg-agent --daemon --homedir "${APP_GPG}" --write-env-file "${APP_GPG_ENV}" screen -c "${APP_HOME}/etc/screenrc" -p 0


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