mirror of https://github.com/wwarthen/RomWBW.git
Browse Source
The initialization of the Rom dat file used the pipe (|) operator to build an initial empty file. But the pipe operator | may sometimes return a non-zero exit code for some linux platforms, if the the streams are closed before dd has fully processed the stream. This issue occured on a travis linux ubuntu image. Solution was to change to redirection.pull/111/head
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue