diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-03 13:52:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-03 13:52:21 +0000 |
commit | fbf888234c0db5966447c3a29bf19b955c9ac66d (patch) | |
tree | 8cbc435e7be54f72fe608c2b79f9989dcf0cc6da | |
parent | 3ba7e1372693eab058f90f2464f8535346222207 (diff) | |
download | alpine-conf-fbf888234c0db5966447c3a29bf19b955c9ac66d.zip |
setup-apkrepos: whitespace fix
-rwxr-xr-x | setup-apkrepos.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in index 19344bd..a989918 100755 --- a/setup-apkrepos.in +++ b/setup-apkrepos.in @@ -22,7 +22,7 @@ else while true; do printf "Enter repository branch from list below [v2.2]: \n" # Retrieve list of versions available on mirror 2.0 and above - wget "$MIRROR" > /dev/null 2>&1 + wget "$MIRROR" > /dev/null 2>&1 availablerepos="" for version in `links ./index.html -dump | grep "v[2-9]" | awk -F '/' '{print $1}'`; do |