Use /bin/sh instead of /bin/bash so it can be used in boot2docker

This commit is contained in:
Alvaro Saurin
2015-08-17 12:29:49 +02:00
committed by Tom Wilkie
parent a2ec507a14
commit c34c80e368

2
scope
View File

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