Thanks, I just fixed it and pushed the change. Should be in the next
version.
On 4/12/2021 3:05 PM, Ben Singer wrote:
> External Email - Use Caution
>
> On line 106:
>
> if($FS_MKCON_USE_BIN == 0 && UseOctave == 0) then
>
> there should be a "$" before the "UseOctave" to make the line re
External Email - Use Caution
On line 106:
if($FS_MKCON_USE_BIN == 0 && UseOctave == 0) then
there should be a "$" before the "UseOctave" to make the line read:
if($FS_MKCON_USE_BIN == 0 && $UseOctave == 0) then
Apologies if this has been already corrected, I didn't come across