[packages/lxd] quote args

glen glen at pld-linux.org
Tue Aug 23 08:52:04 CEST 2016


commit 703703b9d109c5bc36e633bd4a839ce2f877b31d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Aug 23 09:51:31 2016 +0300

    quote args

 lxd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lxd.sh b/lxd.sh
index 8bef563..a9cfb35 100644
--- a/lxd.sh
+++ b/lxd.sh
@@ -11,4 +11,4 @@ fi
 
 exec 1>>/dev/null
 exec 2>&1
-exec /usr/sbin/lxd $@
+exec /usr/sbin/lxd "$@"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxd.git/commitdiff/543b45ad7dd1866a61fa612710c37bfe8354dbe2



More information about the pld-cvs-commit mailing list