From 3ce2cc11abf01bd1766d3dfe083bc63e3f8980e6 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 4 Sep 2023 06:44:03 -0300 Subject: fix quoting in emacsen-install I really hope we don't have flavours with spaces in them, but you never know. --- emacsen-common/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsen-common/install b/emacsen-common/install index 7f99ad6..004461b 100755 --- a/emacsen-common/install +++ b/emacsen-common/install @@ -3,4 +3,4 @@ set -e -/usr/lib/dh-elpa/helper/install $1 #ELPAPACKAGE# #ELPAVERSION# #EMACSLOADPATH# +/usr/lib/dh-elpa/helper/install "$1" #ELPAPACKAGE# #ELPAVERSION# #EMACSLOADPATH# -- cgit v1.2.3