From 80f531b1cf3c9b22186869241bc6344185cdc8a8 Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Fri, 13 Dec 2019 07:51:57 -0600 Subject: [PATCH] HACKING.md: add missing " in snap-confine example Signed-off-by: Ian Johnson --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 65f119df3d2a..8ad85ae06c6e 100644 --- a/HACKING.md +++ b/HACKING.md @@ -234,7 +234,7 @@ To get started from a pristine tree you want to do this: ./mkversion.sh cd cmd/ autoreconf -i -f -./configure --prefix=/usr --libexecdir=/usr/lib/snapd --enable-nvidia-multiarch --with-host-arch-triplet=$(dpkg-architecture -qDEB_HOST_MULTIARCH)" +./configure --prefix=/usr --libexecdir=/usr/lib/snapd --enable-nvidia-multiarch --with-host-arch-triplet="$(dpkg-architecture -qDEB_HOST_MULTIARCH)" ``` This will drop makefiles and let you build stuff. You may find the `make hack`