From bceb3b5874ad88f06399602a5a985b8289339757 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Fri, 3 Mar 2017 16:09:49 +0100 Subject: [PATCH] no escaping of quotes needed in dialog body --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index 8238066..20b0a8c 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -386,7 +386,7 @@ check_base() { # install a pkg in the live session if not installed inst_needed() { if [[ ! $(pacman -Q $1) ]]; then - DIALOG "$_InstPkg" --infobox "$_InstPkg \'${1}\'" 0 0 + DIALOG "$_InstPkg" --infobox "$_InstPkg '${1}'" 0 0 sleep 2 clear pacman -Sy --noconfirm $1 2>$ERR