tag 355075 patch
thanks

The attached patch fixes this problem by adding a space between the {
and the \, since otherwise the new make leaves no space between the {
and the echo, which leads to the error.

-- 
Matt
diff -ru cpipe-3.0.0-orig/makefile cpipe-3.0.0/makefile
--- cpipe-3.0.0-orig/makefile   2006-03-08 19:56:27.000000000 -0800
+++ cpipe-3.0.0/makefile        2006-03-08 20:14:47.000000000 -0800
@@ -27,7 +27,7 @@
 
 
 cmdline.c cmdline.h cpipe.1: cmdline.cli
-       clig cmdline.cli || {\
+       clig cmdline.cli || { \
        echo "*****"; \
        echo "Get clig at http://wsd.iitb.fhg.de/~kir/clighome";; \
        echo "or use cmdline.c, cmdline.h and cpipe.1 as they come"; \

Attachment: signature.asc
Description: Digital signature

Reply via email to