mbuet2ner / JEasyCrypto

A project for educational purposes for the course "Open Source Software Development" at the University of Oulu
GNU General Public License v3.0
2 stars 23 forks source link

build.sh files are incomplete #18

Closed tveijola closed 4 years ago

tveijola commented 4 years ago

The build.sh files: /JEasyCryptoClient/build.sh, /JEasyCryptoConsole/build.sh and /JEasyCryptoServer/build.sh refrence the "bin" folder, which does not exist in the above folders if not manually created.

Proposed fix: add "mkdir bin" as the first line of each .sh file mentioned above.

mbuet2ner commented 4 years ago

Thanks for the input @tveijola . We are happy to review a pull request that fixes the issue :+1:

mbuet2ner commented 4 years ago

Fixed with #19