diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-20 16:39:29 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-20 22:48:28 -0400 |
commit | 2d1ae58285ade402260bf5d5a4dbf42aba027fc5 (patch) | |
tree | 87d8653c957e7ce3010fbe8aaab23d5e5ce4d764 /src/dagpkg | |
parent | 243b4c911e10060ab11c1d759d4100c92cdda9d9 (diff) |
Consistently use ". $(librelib slug)" to load libraries.
Diffstat (limited to 'src/dagpkg')
-rwxr-xr-x | src/dagpkg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. set -e -source libremessages -source "$(librelib conf)" +. "$(librelib messages)" +. "$(librelib conf)" # Source variables from libretools load_files libretools |