make non docker scripts more portable

This commit is contained in:
Brice Waegeneire 2019-06-11 10:53:28 +02:00
parent d6924bdbc3
commit c86d9aa148
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eu

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Test Stow across multiple Perl versions, by executing the
# Docker image built via build-docker.sh.