summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-05-25 14:47:29 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-05-25 14:47:29 (EDT)
commit0a484351f2f46076b64fecd9a62a2206d9c4ace9 (patch)
tree0fc301154d46e6da5a5aa7e3137f34c9c24f399a
parent3541da27c08c0d11a004f4aecbc0b8e1ae6ebb40 (diff)
prokit: Initialize the variable data directory
-rw-r--r--src/prokit.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prokit.sh b/src/prokit.sh
index 037c233..5cfdb53 100644
--- a/src/prokit.sh
+++ b/src/prokit.sh
@@ -62,6 +62,7 @@ use()
use locale
use cmd
+use vardata
use getopt
use rand
@@ -71,6 +72,7 @@ main()
load_locale
load_cmds
+ init_vardata
if ! get_options "${@}"; then
cmd_help_main >&2