diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-03-05 09:25:16 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-03-05 09:25:16 -0700 |
commit | 4615b7bb647c8b1cde5cbe7a11060b82c9b61e83 (patch) | |
tree | d2ff8d0a6c366696ec0bb2e8ceceed0ddb319cee | |
parent | 3febc555621022e80d2cbb92d5804e4e52395de1 (diff) | |
download | pkgself-4615b7bb647c8b1cde5cbe7a11060b82c9b61e83.tar.gz pkgself-4615b7bb647c8b1cde5cbe7a11060b82c9b61e83.tar.xz |
install-header:added source libensure
-rwxr-xr-x | install-header.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-header.sh b/install-header.sh index 1d36f2a..0c2fc6d 100755 --- a/install-header.sh +++ b/install-header.sh @@ -59,6 +59,7 @@ main() { cd "${TMP}" source libinstall/template.sh + source libinstall/ensure.sh source run.sh |