From b6baba5ce32734c6bb5278bdabc19f473de80f9c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 25 Feb 2019 19:40:33 -0300 Subject: [PATCH] po/make-images.sh: quote LOCALEDIR and PYTHON3 Allows people to specifiy a white-space separated value for them Void Linux runs them under qemu-user-static like so qemu-aarch64-static -L ./usr/aarch64-linux-gnu ./usr/aarch64-linux-gnu/usr/bin/python3 --- po/make-images.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/make-images.sh b/po/make-images.sh index b5b95baf4..220526f41 100755 --- a/po/make-images.sh +++ b/po/make-images.sh @@ -6,8 +6,8 @@ # Distributed under terms of the GPLv2 license. # -LOCALEDIR=${DESTDIR}$1 -PYTHON3=$2 +LOCALEDIR="${DESTDIR}$1" +PYTHON3="$2" install -m 0755 -d $LOCALEDIR ${PYTHON3} ${MESON_SOURCE_ROOT}/po/make-images "Installing firmware update…" $LOCALEDIR ${MESON_SOURCE_ROOT}/po/LINGUAS