diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2015-01-05 14:49:29 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2015-01-05 14:49:29 -0500 |
commit | 7af500421ae18f11c0261cd99442f2ea8ea3f259 (patch) | |
tree | f9095e644e322f7114ac4e73358af2f09e32dafe /pkg_init | |
parent | 13918acf5d6104fd696175d682b4300e42b9159b (diff) | |
download | pkg_creator-7af500421ae18f11c0261cd99442f2ea8ea3f259.tar.gz |
Diffstat (limited to 'pkg_init')
-rwxr-xr-x | pkg_init | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |