summaryrefslogtreecommitdiff
path: root/src/repo-diff
diff options
context:
space:
mode:
Diffstat (limited to 'src/repo-diff')
-rwxr-xr-xsrc/repo-diff4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/repo-diff b/src/repo-diff
index 58f9ba7..403dd47 100755
--- a/src/repo-diff
+++ b/src/repo-diff
@@ -19,7 +19,9 @@
# 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 messages)"
+
+source "$(librelib messages)"
+
usage() {
print "Usage: %s arch/core/i686 parabola/core/i686" "${0##*/}"