This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=777ff4f91f14800a39b8239154e2392f796b9e45

commit 777ff4f91f14800a39b8239154e2392f796b9e45
Author: Guillem Jover <[email protected]>
AuthorDate: Sat May 13 20:45:36 2023 +0200

    test: Quote command variables in case these contain spaces
    
    If the replaced values contain spaces then the options will be
    interpreted as commands to be passed the variable being set to its
    environment.
---
 src/at/atlocal.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/at/atlocal.in b/src/at/atlocal.in
index 7ae80d0b0..6e4a9b772 100644
--- a/src/at/atlocal.in
+++ b/src/at/atlocal.in
@@ -3,9 +3,9 @@
 PATH="@abs_top_builddir@/src:$PATH"
 export PATH
 
-SED=@SED@
-TAR=@TAR@
-PERL=@PERL@
+SED="@SED@"
+TAR="@TAR@"
+PERL="@PERL@"
 
 if ! command -v lzma >/dev/null && command -v xz >/dev/null; then
   lzma() {

-- 
Dpkg.Org's dpkg

Reply via email to