Browse Source

add shebang

merge-requests/391/head
Jørgen Lien Sellæg 7 years ago
parent
commit
75760bb016
  1. 1
      .appveyor.sh

1
.appveyor.sh

@ -1,3 +1,4 @@
#!/bin/bash
set -x set -x
cd "${APPVEYOR_BUILD_FOLDER}" || exit 1 cd "${APPVEYOR_BUILD_FOLDER}" || exit 1
git submodule update --init --recursive git submodule update --init --recursive

Loading…
Cancel
Save