From 4d1ff1f7c994744dd5616551eaef4aab2a8b3f37 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 23 Oct 2013 16:41:05 -0400 Subject: prokit: Declare "loading_cmd" global variable. --- (limited to 'src') 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() { -- cgit v0.9.1