You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Quack-execution is aborted, it sometimes leaves zero-length files. Checks for file existence is currently with bash '-f', which simply checks for existence. The check '-s' checks for existence of a file of length > 0 and would be better in this situation.
The text was updated successfully, but these errors were encountered:
If a Quack-execution is aborted, it sometimes leaves zero-length files. Checks for file existence is currently with bash '-f', which simply checks for existence. The check '-s' checks for existence of a file of length > 0 and would be better in this situation.
The text was updated successfully, but these errors were encountered: