Makefile: Fix `squote' to have the right number of `\'s.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2020 19:47:56 +0000 (20:47 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2020 19:50:02 +0000 (20:50 +0100)
Makefile

index ea89661..7479ae6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -274,7 +274,8 @@ throwrc                      = { $1; echo $$? >&4; }
 ##     $(call squote,TXT)
 ##
 ## Single-quote TXT.
-squote                  = '$(subst ','\\'',$1)'
+squote                  = '$(subst ','\'',$1)'
+#'
 
 ##     $(call chroot-dist,D-A) -> D
 ##     $(call chroot-arch,D-A) -> A