From c364b89f482833ff5904d8e9b2893519c55c0540 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 1 Feb 2010 05:52:46 +0000 Subject: [PATCH] (change version, by the way) cleaned up wording for arch repos --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index e6c2e67..aa8151d 100755 --- a/inxi +++ b/inxi @@ -3260,7 +3260,7 @@ $repo_data_working" # note that pacman/arch mirrorlist file has all the mirrors on it, so it # won't work for this feature, the output would be largely meaningless, and far too long elif [[ -f $pacman_conf ]];then - REPO_FILE_ID='arch repos' + REPO_FILE_ID='arch repo servers' # get list of mirror include files, trim white space off ends repo_data_working="$( grep -Ei '^Include' $pacman_conf | grep -vi 'IncludePath' | cut -d '=' -f 2 | sed 's|^[[:space:]]$||g' )" repo_data_working=$( sort -bu <<< "$repo_data_working" | uniq )