aboutsummaryrefslogtreecommitdiff
path: root/rpi2-gen-image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rpi2-gen-image.sh')
-rwxr-xr-xrpi2-gen-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpi2-gen-image.sh b/rpi2-gen-image.sh
index c6bef8a..3c80bf3 100755
--- a/rpi2-gen-image.sh
+++ b/rpi2-gen-image.sh
@@ -220,7 +220,7 @@ LANG=C chroot $R dpkg-reconfigure -f noninteractive tzdata
# Set up default locales to "en_US.UTF-8" default
if [ "$ENABLE_MINBASE" = false ] ; then
- LANG=C chroot $R sed -i '/${DEFLOCAL}/s/^#//' /etc/locale.gen
+ LANG=C chroot $R sed -i "/${DEFLOCAL}/s/^#//" /etc/locale.gen
LANG=C chroot $R locale-gen ${DEFLOCAL}
fi