summaryrefslogtreecommitdiff
path: root/setup-apkrepos.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-apkrepos.in')
-rw-r--r--setup-apkrepos.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in
index 8c5e1e6..455dc20 100644
--- a/setup-apkrepos.in
+++ b/setup-apkrepos.in
@@ -176,12 +176,12 @@ fi
MIRRORS_PATH=/usr/share/alpine-mirrors/MIRRORS.txt
if [ -z "$MIRRORS" ] && [ -r "$MIRRORS_PATH" ]; then
- MIRRORS=`cat $MIRRORS_PATH`
+ MIRRORS=$(cat $MIRRORS_PATH)
fi
APKREPOS_PATH="${ROOT}"etc/apk/repositories
if [ -r "$APKREPOS_PATH" ]; then
- APKREPOS=`cat "$APKREPOS_PATH"`
+ APKREPOS=$(cat "$APKREPOS_PATH")
fi
get_alpine_release