diff options
Diffstat (limited to 'src/aur')
-rwxr-xr-x | src/aur | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |