Cleanup make/build scripts, fix newlines in scripts

This commit is contained in:
2015-12-30 12:08:57 +01:00
parent 9f303d024a
commit eebfe075f9
5 changed files with 36 additions and 11 deletions

View File

@@ -1 +1 @@
$DOCKER_HOME/bin/make $1 build
$DOCKER_HOME/bin/make $1 build

View File

@@ -1,5 +1,5 @@
FILE=$DOCKER_HOME/images/$1.mk
if [[ ! -e $FILE ]]; then
if [ ! -e $FILE ]; then
DELETE=true
FILE="$(mktemp)"
cat <<- EOF > $FILE