summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-26 12:37:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-26 13:27:17 +0000
commita424dd73af5db1b09e912759ec8fd09b5c194a5f (patch)
tree4ec9659711d626f33bd40c94e0fa3c34b762aa46
parenta28728bc868ded45ec916adb5c26f81375c01acc (diff)
downloadalpine-conf-a424dd73af5db1b09e912759ec8fd09b5c194a5f.tar.bz2
alpine-conf-a424dd73af5db1b09e912759ec8fd09b5c194a5f.tar.xz
setup-apkcache: fix prompt
we encapsulate 'none' within '' everywhere else
-rw-r--r--setup-apkcache.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkcache.in b/setup-apkcache.in
index ba40488..6c956e8 100644
--- a/setup-apkcache.in
+++ b/setup-apkcache.in
@@ -104,7 +104,7 @@ fi
cachedir=$1
while [ -z "$cachedir" ]; do
- echo -n "Where would you like to store apk cache? (or none) [$suggestion] "
+ echo -n "Where would you like to store apk cache? (or 'none') [$suggestion] "
default_read cachedir $suggestion
done