Index: trunk/pcblib/parametric/connector.awk =================================================================== --- trunk/pcblib/parametric/connector.awk (revision 439) +++ trunk/pcblib/parametric/connector.awk (revision 440) @@ -21,7 +21,7 @@ eshift=tolower(P["eshift"]) etrunc=tobool(P["etrunc"]) if ((eshift != "x") && (eshift != "y") && (eshift != "") && (eshift != "none")) - error("eshift must be x or y or none (got: ", eshift ")"); + error("eshift must be x or y or none (got: " eshift ")"); element_begin("", "CONN1", P["nx"] "*" P["ny"] ,0,0, 0, -step)