Browse Source

add missing bash shebang in the build.sh script

master
Krasiyan Nedelchev 3 years ago
parent
commit
ced7c44477
  1. 1
      build.sh

1
build.sh

@ -1,3 +1,4 @@
#!/usr/bin/env bash
set -e
if [[ $# == 0 ]]; then

Loading…
Cancel
Save