From 75760bb01693e244be7aceabdccdebcb41d9304d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Fri, 28 Sep 2018 12:45:04 +0200 Subject: [PATCH] add shebang --- .appveyor.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.sh b/.appveyor.sh index e508ba2..5712826 100755 --- a/.appveyor.sh +++ b/.appveyor.sh @@ -1,3 +1,4 @@ +#!/bin/bash set -x cd "${APPVEYOR_BUILD_FOLDER}" || exit 1 git submodule update --init --recursive