From 79e48771c2d64b50db5c8dadb4636e98fab94480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Tue, 19 Apr 2011 19:23:37 -0500 Subject: Next fix --- repo-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repo-update b/repo-update index 9b36d75..2354e0a 100755 --- a/repo-update +++ b/repo-update @@ -1,9 +1,9 @@ #!/bin/bash # -*- coding: utf-8 -*- -source ./config -source ./local_config -source ./libremessages +source config +source local_config +source libremessages for repo in ${PKGREPOS[@]}; do for arch in ${ARCHES[@]} 'any'; do -- cgit v1.2.3-2-g168b