baracude

Results 4 comments of baracude

> found a fix if you want to get dirty. > > edit `pending.sh` > > line 65 change from `SELECT '"' || ZNAM1 || '"'` to `SELECT '"' ||...

> what did you use as editor? the most likely explanation is that the editor you used introduced characters on save in the first line of the file that bash...

I've fixed it. In pending.sh file change the following lines Line 81 : `TASK.ZTITLE1 AS title,` to `TASK.ZTITLE AS title,` Line 85 : `FROM ZREMCDOBJECT TASK LEFT ...` to `FROM...

Oh! I forgot I’ve changed to ZNAME2 already during Monterey upgrade. Thanks for pointing it out.