Open laomaiweng opened 7 years ago
The current quoting triggers an error from sed. Quotes inside command substitution ($()) should not be escaped, otherwise they are passed literally. Thus the unknown command: " error from sed.
sed
$()
unknown command: "
Pretty please fix this? :)
The current quoting triggers an error from
sed
. Quotes inside command substitution ($()
) should not be escaped, otherwise they are passed literally. Thus theunknown command: "
error fromsed
.