summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-23 16:41:05 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-23 16:41:05 (EDT)
commit4d1ff1f7c994744dd5616551eaef4aab2a8b3f37 (patch)
treefccdc345e5b0c6861115971773c0c7af7e360375 /src
parent53d8e5d15564a8955b3b5a2e954eb6b13fc4d6af (diff)
prokit: Declare "loading_cmd" global variable.
Diffstat (limited to 'src')
-rw-r--r--src/prokit.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prokit.sh b/src/prokit.sh
index 0418db2..eec634a 100644
--- a/src/prokit.sh
+++ b/src/prokit.sh
@@ -27,6 +27,9 @@ PACKAGE_VERSION='@PACKAGE_VERSION@'
PKGDATADIR='@pkgdatadir@'
PKGDATACMDDIR='@pkgdatacmddir@'
+# Global variables
+loading_cmd=
+
# use() must be defined inline so it can be used to load other modules.
use()
{