summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2023-09-04 06:44:03 -0300
committerDavid Bremner <bremner@debian.org>2023-09-04 06:44:03 -0300
commit3ce2cc11abf01bd1766d3dfe083bc63e3f8980e6 (patch)
treee7c4e66ea9f39bb167f03164194322d6e204bc09
parent2f1a77f722b7716f44614b1f46757a6c2c58e2bc (diff)
fix quoting in emacsen-install
I really hope we don't have flavours with spaces in them, but you never know.
-rwxr-xr-xemacsen-common/install2
1 files changed, 1 insertions, 1 deletions
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#