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
{{ message }}
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
Yes, that is a known issue of ios_system. It has been on the todo list for quite some time: holzschu/ios_system#4
The issue is in lines 1040-1080 of ios_system.m. I will look into it at some point.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
$ echo foo>tmp.txt
$ ls
tmp.txt
$ echo bar>>tmp.txt
$ ls
>tmp.txt tmp.txt
I tried looking at the code to track this down, but quickly got lost.
The text was updated successfully, but these errors were encountered: