summaryrefslogtreecommitdiff
path: root/pkg_init
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2015-01-05 14:49:29 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2015-01-05 14:49:29 -0500
commit7af500421ae18f11c0261cd99442f2ea8ea3f259 (patch)
treef9095e644e322f7114ac4e73358af2f09e32dafe /pkg_init
parent13918acf5d6104fd696175d682b4300e42b9159b (diff)
downloadpkg_creator-7af500421ae18f11c0261cd99442f2ea8ea3f259.tar.gz
Fix non-generating scripts.HEADmaster
Diffstat (limited to 'pkg_init')
-rwxr-xr-xpkg_init2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg_init b/pkg_init
index 36a497f..d050835 100755
--- a/pkg_init
+++ b/pkg_init
@@ -7,6 +7,8 @@ _PKG_ROOT="$_ROOT/$PKG_NAME"
PKG_ROOT="$_PKG_ROOT/root"
PKG_SCRIPTS="$_PKG_ROOT/scripts"
+init_vars
+
if [ -z "$PKG_NAME" ]; then
echo Please give your package a name.
exit 1