[csw-devel] SF.net SVN: opencsw:[470] catalog_signatures/bin/signing_daemon
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Jul 21 05:24:24 CEST 2011
Revision: 470
http://opencsw.svn.sourceforge.net/opencsw/?rev=470&view=rev
Author: bdwalton
Date: 2011-07-21 03:24:24 +0000 (Thu, 21 Jul 2011)
Log Message:
-----------
ensure we quote variable as they get set, just in case
Signed-off-by: Ben Walton <bwalton at opencsw.org>
Modified Paths:
--------------
catalog_signatures/bin/signing_daemon
Modified: catalog_signatures/bin/signing_daemon
===================================================================
--- catalog_signatures/bin/signing_daemon 2011-07-21 03:24:03 UTC (rev 469)
+++ catalog_signatures/bin/signing_daemon 2011-07-21 03:24:24 UTC (rev 470)
@@ -6,11 +6,11 @@
MYPATH="$(readlink -f $(dirname $0))"
APP_HOME="${MYPATH/bin/}"
-APP_BIN=${APP_HOME}/bin
-APP_DAEMON=${APP_BIN}/http_gpg_daemon
-APP_GPG=${APP_HOME}/etc/gpg
-APP_TMP=${APP_HOME}/tmp
-APP_GPG_ENV=${APP_TMP}/gpg-agent-env.conf
+APP_BIN="${APP_HOME}/bin"
+APP_DAEMON="${APP_BIN}/http_gpg_daemon"
+APP_GPG="${APP_HOME}/etc/gpg"
+APP_TMP="${APP_HOME}/tmp"
+APP_GPG_ENV="${APP_TMP}/gpg-agent-env.conf"
export APP_HOME APP_BIN APP_GPG APP_TMP APP_GPG_ENV APP_DAEMON
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