Akianonymus / gdrive-downloader

Download a gdrive folder or file easily, shell ftw.
The Unlicense
304 stars 28 forks source link

When redirected, it says print command not found. Line:1377 #53

Open mxav1111 opened 3 months ago

mxav1111 commented 3 months ago

It seems if redirected ( > or 2>&1 or nohup ) , script gives error :- that print command not found.

On that line here is what is found in gdl script. :- 1377 print '' >>"${TMPFILE}_${file_id_download_file}_misc"

All the other places it is printf.

Will try with echo instead of print.