Re: Possible typo in fw_update

2022-12-11 Thread chohag
Andrew Hewus Fresh writes: > On Sun, Dec 11, 2022 at 08:06:24PM -0500, Rob Whitlock wrote: > > On line 408, fw_update has the expression ${LOCALSRC:#file:}. The parameter > > substitution ${name:#word} is not documented in the manual page for ksh yet > > its behavior seems to be equivalent to ${LOC

Re: Possible typo in fw_update

2022-12-11 Thread Kastus Shchuka
On Sun, Dec 11, 2022 at 08:06:24PM -0500, Rob Whitlock wrote: > On line 408, fw_update has the expression ${LOCALSRC:#file:}. The parameter > substitution ${name:#word} is not documented in the manual page for ksh yet > its behavior seems to be equivalent to ${LOCALSRC#file:}. Assuming this is > a

Re: Possible typo in fw_update

2022-12-11 Thread Andrew Hewus Fresh
On Sun, Dec 11, 2022 at 08:06:24PM -0500, Rob Whitlock wrote: > On line 408, fw_update has the expression ${LOCALSRC:#file:}. The parameter > substitution ${name:#word} is not documented in the manual page for ksh yet > its behavior seems to be equivalent to ${LOCALSRC#file:}. Assuming this is > a

Possible typo in fw_update

2022-12-11 Thread Rob Whitlock
On line 408, fw_update has the expression ${LOCALSRC:#file:}. The parameter substitution ${name:#word} is not documented in the manual page for ksh yet its behavior seems to be equivalent to ${LOCALSRC#file:}. Assuming this is a typo, a patch is provided to remove the colon. If it is not a typo, co