updated with missing include.
authorChris Koeritz <fred@gruntose.com>
Sat, 2 Jun 2012 23:50:04 +0000 (19:50 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 2 Jun 2012 23:50:04 +0000 (19:50 -0400)
examples/custom_overrides/fred/gpg-daemon-launcher.sh

index c75852859a5bce2dc2a587c4284576b25ca3434b..8905405505e9618950a27038978523baa32312e8 100644 (file)
@@ -11,6 +11,8 @@
 
 # starts up the gpg-agent, but only if it's not already running.
 
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
 if [ -z "$(psa gpg-agent)" ]; then
   gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info" &>$TMP/zz_gpg-agent-daemon.log
 fi