The following changes were made:

* Modified Makefile to work with /bin/sh
  * Added REPO to Makefile.client and Makefile.server
  * Modified usher-client and usher-server to use /bin/sh
This commit is contained in:
2018-03-30 09:36:15 -05:00
parent ad3ba89a0c
commit efba61d10d
5 changed files with 15 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e