diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-25 12:18:10 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-25 12:18:10 (EST) |
commit | 1251dc383b3f01167c43f115dd5064a32a318164 (patch) | |
tree | 9fdba58d770a81cfd2fcc97ad006f7c54fc7f4ea /lib/load.sh | |
parent | 3bd6b43eb69937ba02f60717b48ba01237081ccc (diff) |
lib/load.sh: Stop loading libopkbuild.
Diffstat (limited to 'lib/load.sh')
-rw-r--r-- | lib/load.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/load.sh b/lib/load.sh index 6dcec88..9af4958 100644 --- a/lib/load.sh +++ b/lib/load.sh @@ -24,9 +24,6 @@ _OH_LOAD_SM='true' # We have to manually load the "common" module so we can use it in oh_use. . '@@PKGLIBDIR@@/common.sm' -# Assume that every library module and utility uses libopkbuild. -. '@@LIBOPKBUILD_1@@/load.sm' - oh_use() { local module= |