support for newlines in write call but not printf :(

This commit is contained in:
shockrah
2019-10-06 14:17:58 -07:00
parent ed2212c322
commit c72ac8bf3b
8 changed files with 82 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Setup script to grab any and all dependancies needed to build this on any of my machines
bochs_=$(dpkg --list | grep bochs)
if [ "$bochs_" == "" ]