aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-09-13 14:23:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-09-13 14:54:44 +0000
commit96fcb866a4c951ea21099ab3c252f547c274269b (patch)
treedaa6e7cc27daf18b918792103e243aaefb04a3d9
parent554dd8a46183be92961965dcbacd022236f4e7b3 (diff)
downloadalpine-conf-96fcb866a4c951ea21099ab3c252f547c274269b.tar.bz2
alpine-conf-96fcb866a4c951ea21099ab3c252f547c274269b.tar.xz
setup-apkrepos: only ask for repository one time
-rwxr-xr-xsetup-apkrepos.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in
index 49214f3..69de693 100755
--- a/setup-apkrepos.in
+++ b/setup-apkrepos.in
@@ -188,7 +188,7 @@ while true; do
e) edit_repositories && changed=1 && break;;
esac
if [ -n "$changed" ]; then
- default_answer="done"
+ break
fi
fi
done