summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-08-29 13:30:31 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-08-29 17:57:18 -0400
commit0b71a4bc58e77fe7e8f836edbe1ebf38891d693c (patch)
treefaf9de4248e20cdaaf6fd54dce5adbb25c66af27
parent07a2b51083dba0e2f77faade3cbe525b482e9837 (diff)
revertme - normalize source callswip-2022-08-29
-rw-r--r--makechrootpkg.sh.installed-wip4
1 files changed, 2 insertions, 2 deletions
diff --git a/makechrootpkg.sh.installed-wip b/makechrootpkg.sh.installed-wip
index 351aefd..f7f69d0 100644
--- a/makechrootpkg.sh.installed-wip
+++ b/makechrootpkg.sh.installed-wip
@@ -10,8 +10,8 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-. "$(librelib common.sh)"
-. "$(librelib archroot.sh)"
+source "$(librelib common.sh)"
+source "$(librelib archroot.sh)"
shopt -s nullglob