summaryrefslogtreecommitdiff
path: root/src/toru
diff options
context:
space:
mode:
Diffstat (limited to 'src/toru')
-rwxr-xr-xsrc/toru/toru-info2
-rwxr-xr-xsrc/toru/toru-path4
-rwxr-xr-xsrc/toru/toru-where2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/toru/toru-info b/src/toru/toru-info
index a7081cb..9bb80d3 100755
--- a/src/toru/toru-info
+++ b/src/toru/toru-info
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. libremessages
+. "$(librelib messages)"
. "$(librelib conf)"
for _pkg in "$@"; do
diff --git a/src/toru/toru-path b/src/toru/toru-path
index 4600a5c..2c00bc7 100755
--- a/src/toru/toru-path
+++ b/src/toru/toru-path
@@ -20,7 +20,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. libremessages
+. "$(librelib messages)"
setup_traps
# TODO: better option parsing
@@ -28,7 +28,7 @@ TORUPATH=${T:-${TORUPATH}}
VERBOSE=${V:-false}
FORCE=${F:-false}
-. "$(librelib conf.sh)"
+. "$(librelib conf)"
load_files libretools
check_vars libretools TORUPATH REPOS || exit 1
load_files abs
diff --git a/src/toru/toru-where b/src/toru/toru-where
index f6df15f..14a40eb 100755
--- a/src/toru/toru-where
+++ b/src/toru/toru-where
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. "$(librelib conf.sh)"
+. "$(librelib conf)"
load_files libretools
check_vars libretools TORUPATH || exit 1