summaryrefslogtreecommitdiff
path: root/src/aur
diff options
context:
space:
mode:
Diffstat (limited to 'src/aur')
-rwxr-xr-xsrc/aur4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aur b/src/aur
index 49c79b9..84dc984 100755
--- a/src/aur
+++ b/src/aur
@@ -20,7 +20,7 @@
# You should have received a copy of the GNU General Public License
# along with Parabola. If not, see <http://www.gnu.org/licenses/>.
-. libremessages
+. "$(librelib messages)"
usage() {
print "Usage: %s [-h] PKGNAME [PKGNAME2 PKGNAME3...]" "${0##*/}"
@@ -45,7 +45,7 @@ main() {
return 1
fi
- . "$(librelib conf.sh)"
+ . "$(librelib conf)"
load_files libretools
check_vars libretools DIFFPROG || exit 1