From fe27982ac6e0bec91c9a9762b689018e50e47238 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 25 May 2015 16:05:46 -0400 Subject: Merge branch 'feature/block-device-mounting' into feature/installer-integration Conflicts: locale/en_US.sh --- (limited to 'src/prokit.sh') 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 -- cgit v0.9.1