summaryrefslogtreecommitdiff
path: root/setup-bootable.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-bootable.in')
-rw-r--r--setup-bootable.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-bootable.in b/setup-bootable.in
index 205aa1b..b2c6796 100644
--- a/setup-bootable.in
+++ b/setup-bootable.in
@@ -215,7 +215,7 @@ fi
srcdir=
# Find the srcdir or srcurl. mount loopback if needed
if [ -f "$src"/.alpine-release ]; then
- srcdir="`echo $src | sed -r 's,/$,,'`"
+ srcdir="$(echo $src | sed -r 's,/$,,')"
else
case "$src" in
http://*|ftp://*) srcurl="$src";;