Changed shebang from bash to sh in overlay_build.sh

This commit is contained in:
bauen1 2017-11-18 17:55:03 +01:00
parent e1e09d8ace
commit 48362338f4
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
SRC_DIR=$(pwd)